Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

-bash: nvm: command not found

Tags:

node.js

npm

nvm

When I install nvm using the command wget or curl (OS X El Capitan 10.11.4), the console prints

=> nvm is already installed in /Users/weichuang/.nvm, trying to update using git

=> 
=> Source string already in /Users/weichuang/.bashrc
npm ERR! error in /usr/local/lib/node_modules/love: ENOTDIR: not a directory, open '/usr/local/lib/node_modules/love/package.json'
npm ERR! missing: npmlog@, required by [email protected]
npm ERR! missing: prompt@^0.2.14, required by [email protected]
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:

/usr/local/lib
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├──  error: ENOTDIR: not a directory, open '/usr/local/lib/node_modules/love/package.json
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] -> /Users/weichuang/Desktop/rem/remem
├── [email protected]
├── [email protected]
└── [email protected]

=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:

     $ nvm use system
     $ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm

Though i Close and reopen my terminal to start using nvm,the problem is still -bash: nvm: command not found

like image 759
WflytoC Avatar asked Aug 25 '26 12:08

WflytoC


1 Answers

Type in terminal

source ~/.nvm/nvm.sh
source ~/.profile
source ~/.bashrc
like image 166
Slavik Muz Avatar answered Aug 28 '26 04:08

Slavik Muz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!