Proof-of-Stake-Cryptocurrency-generator icon indicating copy to clipboard operation
Proof-of-Stake-Cryptocurrency-generator copied to clipboard

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

Open Axarriz opened this issue 2 years ago • 6 comments

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

Apparently package.json can't be located.

Help please.

Axarriz avatar Oct 15 '21 15:10 Axarriz

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

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

S-Satardien avatar Nov 04 '21 07:11 S-Satardien

of course

Axarriz avatar Nov 15 '21 19:11 Axarriz

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?

dan-maliano avatar Dec 20 '21 18:12 dan-maliano

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

Axarriz avatar Dec 28 '21 14:12 Axarriz

Try this instead?

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

sandoche avatar Dec 28 '21 19:12 sandoche

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

dan-maliano avatar Dec 29 '21 15:12 dan-maliano