We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472a227 commit b97feadCopy full SHA for b97fead
README.md
@@ -27,9 +27,11 @@ necessary for Scratch Desktop to function correctly but are not yet merged into
27
3. `git clone https://github.com/smalruby/smalruby3-gui.git`
28
2. `cd smalruby3-gui`
29
1. `git checkout smalruby3-desktop`
30
- 2. `npm install`
31
- 3. `npm link`
32
- 4. `cd ..`
+ 2. `rm -rf node_modules/scratch-vm`
+ 3. `npm install`
+ 4. `(cd node_modules/scratch-vm && npm --production=false install && $(npm bin)/webpack --colors --bail --silent)`
33
+ 5. `npm link`
34
+ 6. `cd ..`
35
3. `cd smalruby3-desktop`
36
1. `npm install`
37
2. `npm link smalruby3-gui`
0 commit comments