"npm run build" fails #2244
-
Hi everybody! After cloning and installing the repo, "npm run build" always fails and no files are generated in the dist folders:
Any suggestions? Thanks in advance! Steve |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
It's working for me. Perhaps start again by deleting your node_modules and dist folder and running |
Beta Was this translation helpful? Give feedback.
-
yeah, you can try cleaning your npm cache or cloning main from scratch. I'm on M1 mac so it's possible that the project has an issue on Windows |
Beta Was this translation helpful? Give feedback.
-
Check if you have latest node.js version. I had simlar issue caused by outdated node in docker image. |
Beta Was this translation helpful? Give feedback.
-
What version of node and npm are you running? Can you post the output from the terminal? (latest doesn't help, you might think you are using the latest but your environment decided to pull an earlier version) |
Beta Was this translation helpful? Give feedback.
What version of node and npm are you running? Can you post the output from the terminal? (latest doesn't help, you might think you are using the latest but your environment decided to pull an earlier version)
You need node >= 15 and npm >= 7