Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

npm bin has been removed #42

Open
DroidFreak36 opened this issue Mar 13, 2023 · 1 comment
Open

npm bin has been removed #42

DroidFreak36 opened this issue Mar 13, 2023 · 1 comment

Comments

@DroidFreak36
Copy link

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.

@FiddlerNeb
Copy link

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
grafana/grafana#59425

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants