Skip to main content
-2 votes
1 answer
69 views

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 ...
tribbloid's user avatar
  • 3,822
0 votes
0 answers
135 views

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 ...
Zhiyong Li's user avatar
1 vote
1 answer
516 views

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:\> ...
Terence Wight's user avatar
0 votes
0 answers
58 views

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 ...
Mohsin A.'s user avatar
1 vote
0 answers
80 views

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 ...
Alan Atrach's user avatar
0 votes
0 answers
68 views

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 ...
Merlin -they-them-'s user avatar
1 vote
1 answer
139 views

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....
MattTreichel's user avatar
  • 1,633
11 votes
2 answers
6k views

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 ...
José Vicente López Delgadillo's user avatar
1 vote
1 answer
593 views

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 ...
DonDavid12's user avatar
1 vote
0 answers
453 views

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 ...
Luis Guareschi's user avatar
2 votes
1 answer
46 views

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/...
DebD's user avatar
  • 464
0 votes
0 answers
33 views

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 ...
Douper Lim's user avatar
0 votes
0 answers
240 views

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 ...
tghuguenin's user avatar
-1 votes
2 answers
336 views

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":...
Gibran Shah's user avatar
  • 1,119
50 votes
4 answers
49k views

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 ...
Ahammed Zulaikh's user avatar

15 30 50 per page
1
2 3 4 5
78