screeps-starter-python
screeps-starter-python copied to clipboard
npm bin has been removed
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.
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