sandoche / Proof-of-Stake-Cryptocurrency-generator

🍀 Create your own Proof of Stake cryptocurrency with its own blockchain based on NXT
https://coingenerator.sh
MIT License
358 stars 437 forks source link

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

Open Axarriz opened 2 years ago

Axarriz commented 2 years ago

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 commented 2 years ago

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

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

Axarriz commented 2 years ago

of course

dan-maliano commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Try this instead?

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

dan-maliano commented 2 years ago

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