Linked Questions

208 votes
30 answers
179k views

I am in the process of building a new Docker image and I'm looking to get NVM installed so I can manage nodejs. Reading the docs on how to install NVM they mention that you need to source your ....
David Ficociello's user avatar
25 votes
7 answers
55k views

env: node: No such file or directory I checked if my directory for node wasn't wrong and it's fine. I tried these following answers already: 1. https://github.com/nodejs/node-v0.x-archive/issues/...
Choi's user avatar
  • 523
6 votes
2 answers
23k views

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 ...
WflytoC's user avatar
  • 235
7 votes
2 answers
16k views

Trying to install NVM on Ubuntu 20.04 LTS. When I run the install script this happens: ole@ole-ThinkPad-T470:~/Temp/nv$ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | ...
Ole's user avatar
  • 48.2k
12 votes
1 answer
43k views

I appreciate that this question has been asked several times, but none of the answers have been able to help me. I am new to working at the terminal, and am trying to install node with nvm on MacOS ...
watermelon123's user avatar
1 vote
2 answers
4k views

I am a beginner programmer having trouble installing node 6.3.0. I successfully ran the command: brew install nvm but i get the error listed "nvm command not found" when I try to run nvm install ...
Will's user avatar
  • 33
4 votes
3 answers
1k views

When trying to run a script on AfterInstall event I receive: LifecycleEvent - AfterInstall Script - deploy/install_dependencies.sh [stdout]Install dependencies. / [stderr]/usr/bin/env: node: No such ...
Rick Stanley's user avatar
0 votes
1 answer
3k views

Good evening. Faced such problem: I'm trying to install node.js, following these instructions https://academy.appgyver.com/installwizard/steps?from=steroids_frontpage_sign_up#/git. But the terminal ...
Fedor Patutinskiy's user avatar
3 votes
1 answer
1k views

What we're trying to do We are using Cloud Shell Editor (IDE) on GCP. According to the documentation for Environment customization script: Cloud Shell automatically runs the script, $HOME/....
ctwheels's user avatar
  • 23k
0 votes
2 answers
1k views

So I'm following the preparatory steps to create my smart contract but when I want to install a certain version of npm I get endless permission warnings, check it out, it's wild. I probably broke my ...
lala's user avatar
  • 1
1 vote
1 answer
1k views

After installing Node using Homebrew on OSX 10.11.6 I now have a copy of node installed at /usr/local/Cellar/node/10.7.0. However, the version of Node that appears when I run $ node -v in ...
Pablo Grillo's user avatar
0 votes
2 answers
1k views

I am trying to update node on UBUNTU (version 22.04.4 LTS) and have followed the official procedure on their site: # installs nvm (Node Version Manager) curl -o- https://raw.githubusercontent.com/nvm-...
Luca's user avatar
  • 358
1 vote
1 answer
546 views

When I open a new bash, nvm command is not found. It seems that the ~/.nvm/nvm.sh is not being loaded on bash startup. I have added the line below to ~/.bashrc [[ -s /home/$USER/.nvm/nvm.sh ]] &&...
gmartini20's user avatar
0 votes
1 answer
258 views

This might actually more npm/node than just an EmberJS question. Simply speaking I ran npm install -g ember-cli. However, when I check the version using ember --version, it shows me ember-cli: 3.10.1 ...
Darshan's user avatar
  • 1,021