1,161 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
1
answer
73
views
Why can't I find the installation path of nvm or use it in another shell script? [closed]
Recently I found something really unnerving on my Linux environment (Ubuntu 24.04):
peng@pop-os:~$ nvm
Node Version Manager (v0.40.3)
Note: <version> refers to any version-like string nvm ...
0
votes
0
answers
142
views
NodeJS and NPM disappears after WSL2 restarts
I tried a few times to install node and npm in WSL/Ubuntu22.04 via NVM, both node and npm would work just fine right after installation. But once I exit WSL2, wait for a while when it is confirmed ...
1
vote
1
answer
604
views
NVM Node Version Manager won't install some older versions
I need to run multiple versions of NodeJS as many others do. I have removed all versions of Node from my computer and installed NVM Version 1.2.1.
When I run nvm install 8 this is the output:
C:\> ...
0
votes
0
answers
70
views
NVM for Windows – "activation error: exit status 1" when switching Node versions
I'm using NVM on Windows and trying to switch from Node.js 18 to 22 using:
nvm use 22
Node 22 is already installed, but I get this error:
activation error: exit status 1: 'C:\Users\Mohsin' is not ...
1
vote
0
answers
81
views
npm start not functional but running the same node command works?
I have a firebase/react program that I am sharing with some friends via github for a project. All of their devices do not have the same issue that I am experiencing.
In the scripts portion of my ...
0
votes
0
answers
71
views
How to get node version from nvmrc file in AWS build spec?
I'm using nvm to manage my node version and have an nvmrc file that just contains the major version number of node that my project is on. My docker file and my GitHub actions files all use the version ...
1
vote
1
answer
150
views
Where is the local version of this package coming from when running `npx nx --version` with no `node_modules`?
When I run the following on MacOS, I see a "local" Nx version of v16.5.1, and no "global" version:
> repo % npx nx --version
npm verbose cli /Users/me/.nvm/versions/node/v20.18....
11
votes
2
answers
7k
views
Error downloading node 14.21.3/14.20.0 with NVM. The system cannot find the file specified
I want to install version 14 for an old project that uses that version. I use nvm and all installations from 16 onwards work perfectly.
But, in version 14.20.0 and 14.21.3, it fails and gives me this ...
2
votes
1
answer
698
views
NVM not recognized after installation
I have been trying to get nvm to work on my terminal on Mac. I have been following this Tutorial when installing nvm. It gives me this message:
% Total % Received % Xferd Average Speed Time ...
1
vote
0
answers
467
views
Error pnpm: Symlink path is the same as the target path (Windows)
I've been searching for days how to fix this issue but havent managed to find a solution.
The problem:
I have to repos: Main Repo and side Repo. I need to use a package from side repo locally inside ...
2
votes
1
answer
47
views
EC2 Userdata script : nvm cannot find .bashrc
I have these four lines at the start of my ec2 user data script to install nvm and Node.js. This never seems to succeed.
touch ~/.bashrc
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/...
0
votes
0
answers
35
views
NVM downloaded node but does not download npm. Why?
First condition
Found in NVM version 1.7 in GitHub
node_modules folder is empty
Solution:
1.Download and Unzip zip folder from https://nodejs.org/en/download.
2.Open C:\nvm4w\nodejs and Delete the ...
0
votes
0
answers
248
views
Homebrew doesn't recognize Node 23.6.0 installed using NVM
Some background info—I am not a programmer but some software I like to use requires me to compile from source. I am trying to install Qt6 using brew so that I can compile Focuswriter for macOS ...
-1
votes
2
answers
359
views
Why does installing specific version of npm with nvm result in 404 error
I'm trying to install a specific version of npm (10.2.3) with nvm. I type nvm install [email protected] but it tells me:
Error retrieving "https://nodejs.org/dist/[email protected]/SHASUMS256.txt":...
52
votes
4
answers
52k
views
NVM installation error on Windows. Cannot find the npm file
I was using NVM to insall node js. But when i try to install this specific version nvm install 14.17.3 it is not able to detect the npm file. the .zip file for npm is not found in the specified ...