Discuss Scratch

ContourLines
Scratcher
500+ posts

Cloning the GUI

I used this code to clone the gui in repl.it:
git clone https://github.com/LLK/scratch-gui.git
cd scratch-gui
npm install
Does anyone know why it returned fatal errors with my request?

idk anymore
Boomer001
Scratcher
1000+ posts

Cloning the GUI

Try running
git clone https://github.com/LLK/scratch-gui --depth=1
cd scratch-gui
npm install
maybe?

:::::::::   ::::::::   ::::::::  ::::    ::::  :::::::::: :::::::::   :::::::   :::::::    :::   
:+:    :+: :+:    :+: :+:    :+: +:+:+: :+:+:+ :+:        :+:    :+: :+:   :+: :+:   :+: :+:+:   
+:+    +:+ +:+    +:+ +:+    +:+ +:+ +:+:+ +:+ +:+        +:+    +:+ +:+  :+:+ +:+  :+:+   +:+   
+#++:++#+  +#+    +:+ +#+    +:+ +#+  +:+  +#+ +#++:++#   +#++:++#:  +#+ + +:+ +#+ + +:+   +#+   
+#+    +#+ +#+    +#+ +#+    +#+ +#+       +#+ +#+        +#+    +#+ +#+#  +#+ +#+#  +#+   +#+   
#+#    #+# #+#    #+# #+#    #+# #+#       #+# #+#        #+#    #+# #+#   #+# #+#   #+#   #+#   
#########   ########   ########  ###       ### ########## ###    ###  #######   #######  ####### 
CHECK OUT MY FORUM STATS



















Sheep_maker
Scratcher
1000+ posts

Cloning the GUI

It depends on the fatal error

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
itchy20
Scratcher
100+ posts

Cloning the GUI

I was never able to get things to work with npm and I moved over to yarn. Yarn works for me without exception. To find the instructions on what I did to get things to compile and run, you can check out this blog post.
Boomer001
Scratcher
1000+ posts

Cloning the GUI

itchy20 wrote:

I was never able to get things to work with npm and I moved over to yarn. Yarn works for me without exception. To find the instructions on what I did to get things to compile and run, you can check out this blog post.
It's not NPM that gave the errors. It's probably Git because git always says “fatal:” when an error occurs.

:::::::::   ::::::::   ::::::::  ::::    ::::  :::::::::: :::::::::   :::::::   :::::::    :::   
:+:    :+: :+:    :+: :+:    :+: +:+:+: :+:+:+ :+:        :+:    :+: :+:   :+: :+:   :+: :+:+:   
+:+    +:+ +:+    +:+ +:+    +:+ +:+ +:+:+ +:+ +:+        +:+    +:+ +:+  :+:+ +:+  :+:+   +:+   
+#++:++#+  +#+    +:+ +#+    +:+ +#+  +:+  +#+ +#++:++#   +#++:++#:  +#+ + +:+ +#+ + +:+   +#+   
+#+    +#+ +#+    +#+ +#+    +#+ +#+       +#+ +#+        +#+    +#+ +#+#  +#+ +#+#  +#+   +#+   
#+#    #+# #+#    #+# #+#    #+# #+#       #+# #+#        #+#    #+# #+#   #+# #+#   #+#   #+#   
#########   ########   ########  ###       ### ########## ###    ###  #######   #######  ####### 
CHECK OUT MY FORUM STATS



















ContourLines
Scratcher
500+ posts

Cloning the GUI

Boomer001 wrote:

It's not NPM that gave the errors. It's probably Git because git always says “fatal:” when an error occurs.
Yes, maybe repl can't handle the storage the scratch-gui takes up.

idk anymore
Boomer001
Scratcher
1000+ posts

Cloning the GUI

ContourLines wrote:

Boomer001 wrote:

It's not NPM that gave the errors. It's probably Git because git always says “fatal:” when an error occurs.
Yes, maybe repl can't handle the storage the scratch-gui takes up.
You should use my first post on this topic, otherwise, there will be really large files.

:::::::::   ::::::::   ::::::::  ::::    ::::  :::::::::: :::::::::   :::::::   :::::::    :::   
:+:    :+: :+:    :+: :+:    :+: +:+:+: :+:+:+ :+:        :+:    :+: :+:   :+: :+:   :+: :+:+:   
+:+    +:+ +:+    +:+ +:+    +:+ +:+ +:+:+ +:+ +:+        +:+    +:+ +:+  :+:+ +:+  :+:+   +:+   
+#++:++#+  +#+    +:+ +#+    +:+ +#+  +:+  +#+ +#++:++#   +#++:++#:  +#+ + +:+ +#+ + +:+   +#+   
+#+    +#+ +#+    +#+ +#+    +#+ +#+       +#+ +#+        +#+    +#+ +#+#  +#+ +#+#  +#+   +#+   
#+#    #+# #+#    #+# #+#    #+# #+#       #+# #+#        #+#    #+# #+#   #+# #+#   #+#   #+#   
#########   ########   ########  ###       ### ########## ###    ###  #######   #######  ####### 
CHECK OUT MY FORUM STATS



















Powered by DjangoBB