Discuss Scratch
- Discussion Forums
- » Open Source Projects
- » Scratch-www not building
- NickFuentesIsCool
-
Scratcher
10 posts
Scratch-www not building
Hello!
I have tried to build scratch-www (here: https://github.com/scratchfoundation/scratch-www) but NPM won't build it.
I use Linux Mint. I installed node.js with NPM, https://nodejs.org/en/download and installed NPM via apt package
manager.
Thank you.
I have tried to build scratch-www (here: https://github.com/scratchfoundation/scratch-www) but NPM won't build it.
I use Linux Mint. I installed node.js with NPM, https://nodejs.org/en/download and installed NPM via apt package
manager.
Thank you.
when npm does not build::cat
ask on the discussions for help
Last edited by NickFuentesIsCool (June 2, 2025 22:08:00)
- _0xfffrog-
-
Scratcher
100+ posts
Scratch-www not building
Could you tell me which versions of node.js and npm you are using?
If you don't remember the versions, run the following command in the terminal:
As it states here,
you need node version 16, not higher or lower.
To install node.js v16 ( specifically v16.20.2 ), run this command:
If you don't remember the versions, run the following command in the terminal:
node -v; npm -v
As it states here,
you need node version 16, not higher or lower.
To install node.js v16 ( specifically v16.20.2 ), run this command:
nvm install 16
- Oisthebestletter
-
Scratcher
100+ posts
Scratch-www not building
What error message did it give? (if any)
- Discussion Forums
- » Open Source Projects
-
» Scratch-www not building


