-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"npm run nxt" won't run on Windows 10 #64
Comments
Have you run "npm install" before "npm run". This will install the required dependencies which creates the package.json file. |
of course |
any updates on this? can't npm run nxt on windows 11, a problem with org h2. any suggestions? |
still stuck man |
Try this instead? cd nxt ; sh ./compile.sh ; sh ./run.sh |
it works on mac and ubuntu fine. but not on windows. |
Whenever I try to tun
npm run nxt
I get the following error:Apparently
package.json
can't be located.Help please.
The text was updated successfully, but these errors were encountered: