Proof-of-Stake-Cryptocurrency-generator
Proof-of-Stake-Cryptocurrency-generator copied to clipboard
"npm run nxt" won't run on Windows 10
Whenever I try to tun npm run nxt
I get the following error:
Apparently package.json
can't be located.
Help please.
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. troubleshooting doesn't work as we don't have a win-compile.sh file in the repo.
any suggestions?
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
Try this instead?
cd nxt ; sh ./compile.sh ; sh ./run.sh
it works on mac and ubuntu fine. but not on windows.