Skip to content
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

Open
Axarriz opened this issue Oct 15, 2021 · 6 comments
Open

"npm run nxt" won't run on Windows 10 #64

Axarriz opened this issue Oct 15, 2021 · 6 comments

Comments

@Axarriz
Copy link

Axarriz commented Oct 15, 2021

Whenever I try to tun npm run nxt I get the following error:
image

Apparently package.json can't be located.

Help please.

@S-Satardien
Copy link

Have you run "npm install" before "npm run".

This will install the required dependencies which creates the package.json file.

@Axarriz
Copy link
Author

Axarriz commented Nov 15, 2021

of course

@dan-maliano
Copy link

any updates on this? can't npm run nxt on windows 11, a problem with org h2.
troubleshooting doesn't work as we don't have a win-compile.sh file in the repo.

any suggestions?

@Axarriz
Copy link
Author

Axarriz commented Dec 28, 2021

any updates on this? can't npm run nxt on windows 11, a problem with org h2. troubleshooting doesn't work as we don't have a win-compile.sh file in the repo.

any suggestions?

still stuck man

@sandoche
Copy link
Owner

Try this instead?

cd nxt ; sh ./compile.sh ; sh ./run.sh

@dan-maliano
Copy link

it works on mac and ubuntu fine. but not on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants