Skip to content
Discussion options

You must be logged in to vote

npm start runs through make, and on Windows there's usually no make installed — so the OS just opens make.js in your editor instead of running it. Install GNU Make (e.g. choco install make, or use WSL / Git Bash), then nvm use && npm ci && npm start works. That missing make is the whole issue.

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@xdan
Comment options

xdan Jul 11, 2023
Maintainer

@strongui
Comment options

@xdan
Comment options

xdan Jul 11, 2023
Maintainer

@strongui
Comment options

@xdan
Comment options

xdan Jul 11, 2023
Maintainer

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by xdan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants