Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

psc-ide-use-npm-bin stops working after upgrading to npm@9.x.x #200

Closed
boygao1992 opened this issue Mar 29, 2023 · 0 comments · Fixed by #202
Closed

psc-ide-use-npm-bin stops working after upgrading to npm@9.x.x #200

boygao1992 opened this issue Mar 29, 2023 · 0 comments · Fixed by #202

Comments

@boygao1992
Copy link

Apparently they removed npm bin command since 9.0.0-pre.0 so psc-ide-use-npm-bin needs a different strategy to local the purs binary.

feat: remove npm bin #5459

BREAKING CHANGE: this removes the npm bin command

The output of this command is misleading and incomplete. The .bin
resolution of npm is much more nuanced than this command implies, and
the output of npm bin is not something end users should be dealing
with. npm itself is responsible for running the bin entries of
modules, with the exception of global bins, which end up in the same
folder as node itself, presumably already in a user's path since they
can run node.

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

Successfully merging a pull request may close this issue.

1 participant