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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
After macOS Catalina update npm install -g @feathersjs/cli would not work.
It would say zsh: command not found: feathers
Then I checked to see if it was nvm. nvm looked like it was working but was not switching from system to v12.13.0 properly and reinstalling nvm would not work. It looks like if you're using zsh now, you have to install zsh-nvm modules. See below for solution.
Expected behavior
Tell us what should happen
npm install -g @feathersjs/cli should have installed properly.
Actual behavior
Tell us what happens instead
System configuration
Tell us about the applicable parts of your setup.
For some reason nvm wouldn't switch and reinstalling nvm would not work.
Module versions (especially the part that's not working):
NodeJS version:
nvm v12.13.0
Operating System:
macOS Catalina - Update after zsh became default
Steps to reproduce
After macOS Catalina update
npm install -g @feathersjs/cli
would not work.It would say
zsh: command not found: feathers
Then I checked to see if it was nvm.
nvm
looked like it was working but was not switching from system to v12.13.0 properly and reinstalling nvm would not work. It looks like if you're using zsh now, you have to installzsh-nvm
modules. See below for solution.Expected behavior
Tell us what should happen
npm install -g @feathersjs/cli
should have installed properly.Actual behavior
Tell us what happens instead
System configuration
Tell us about the applicable parts of your setup.
For some reason nvm wouldn't switch and reinstalling nvm would not work.
Module versions (especially the part that's not working):
NodeJS version:
nvm v12.13.0
Operating System:
macOS Catalina - Update after zsh became default
SOLUTION:
Had to install zsh modules (zsh-nvm)
http://www.boekhoff.info/how-to-install-nodejs-and-npm-using-nvm-and-zsh-nvm/
After installing it make sure your nvm still works, then reinstall
npm install -g @feathersjs/cli
The text was updated successfully, but these errors were encountered: