screeps-starter-python icon indicating copy to clipboard operation
screeps-starter-python copied to clipboard

npm bin has been removed

Open DroidFreak36 opened this issue 2 years ago • 2 comments

When attempting to build it with a fresh install of node.js, the build fails because it attempts to call "npm bin" but that command had been removed in npm 9.0.0. They say to use "npm exec" instead but I'm not sure how I'd have to modify the syntax to work with the different command.

DroidFreak36 avatar Mar 13 '23 19:03 DroidFreak36

figured out this issue! npm bin was depricated in npm +9.0, if you install Node.js <=16.20.2 you will get npm version <=8 https://github.com/grafana/grafana/issues/59425

FiddlerNeb avatar Nov 04 '23 16:11 FiddlerNeb