You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this issue immediately after installing socket for the first time:
→ socket npm i
Unable to find npm CLI install directory.
Searched parent directories of /Users/braedon/.asdf/plugins/nodejs/shims/npm.
This is may be a bug with socket-npm related to changes to the npm CLI.
Please report to https://github.com/SocketDev/socket-cli/issues.
Not sure if it has anything to do with it being shimmed via asdf. I can confirm that I can successfully run npm via the above directory:
→ /Users/braedon/.asdf/plugins/nodejs/shims/npm
npm <command>
Usage:
npm install install all the dependencies in your project
npm install <foo> add the <foo> dependency to your project
npm test run this project's tests
...
I encountered this issue immediately after installing socket for the first time:
Not sure if it has anything to do with it being shimmed via asdf. I can confirm that I can successfully run npm via the above directory:
Current version: