nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local"

# Solution, your version (e.g. v10.16.0) might be different.
# run to determine your version number
ls -l $NVM_DIR/versions/node

# to be able to start node
nvm use --delete-prefix v10.16.0

# to ensure that it’s working
node

# to ensure that it’s deleted
npm config delete prefix

# to set it back
npm config set prefix $NVM_DIR/versions/node/v10.16.0

# So, basically I needed to reset nvm prefix.

0
0

                                    $ npm config delete prefix 
$ npm config set prefix $NVM_DIR/versions/node/v6.11.1

0
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
/configure --prefix=/c/Users/PRASANTH/.nvm/versions/node/v15.5.0 < ./configure: line 9: exec: python: not found remove all prefix congif path on node nvm is not compatible with the npm config prefix option how to unset npm config prefix /usr/local Run `unset NPM_CONFIG_PREFIX` to unset it nvm is not compatible with the npm config npx is not compatible with npm install Run `npm config delete prefix` nvm is not compatible with the "PREFIX" environment variable nvm switch nvm use --delete-prefix /configure --prefix=/c/Users/PRASANTH/.nvm/versions/node/v15.5.0 < ./configure: line 9: exec: python: not found vm is not compatible with the npm config "prefix" option nvm is not compatible with the npm config prefix option: currently set to /home/linuxbrew/.linuxbrew Run npm config delete prefix or nvm use --delete-prefix v0.10.48 --silent to unset it. nvm is not compatible with the npm config "prefix" option: currently set to "/home/linuxbrew/.linuxbrew" Run `npm config delete prefix` or `nvm use --delete-prefix v0.10.48 --silent` to unset it. nvm is not compatible with the npm config "prefix" option: currently set to "" Run `npm config delete prefix` or `nvm use --delete-prefix v12.18.3 --silent` to unset it. how to remove the npm config set prefix nvm is not compatible with the npm config "prefix Run `npm config delete prefix` or `nvm use --delete-prefix v14.15.0 --silent` to unset it. nvm prefix how to check nvm config prefix how to set nvm config prefix nvm config get prefix nvm is not compatible with the npm config "prefix" option: currently set to "/usr" nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local nvm is not compatible with the npm config "prefix" option: currently set to "/opt/node-v12.18.4-linux-x64" remove npm config prefix nvm is not compatible with the npm config "prefix" option: currently set to ~/.npm-global" nvm is not compatible with the npm config "prefix" option: currently set to "/Users/npm-global nvm is not compatible with the npm config prefix option: currently set to /usr/local/lib/nodejs/node-v15.0.1-linux-x64 Run npm config delete prefix or nvm use --delete-prefix v12.18.3 --silent to unset it. nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local" Run `npm config delete prefix` or `nvm use --delete-prefix v12.18.3 --silent` to unset it. nvm is not compatible with the npm config prefix nvm is not compatible with the npm config "prefix" option: currently set to ".nvm/versions/node/v10.22.1" nvm use --delete-prefix nvm is not compatible with the npm config "prefix" nvm not compatible with npm config prefix /usr/bin/env: ‘node’: No such file or directory nvm is not compatible with the npm config "prefix" option: currently set to "" Run `nvm use --delete-prefix v10.15.0 --silent` to unset it. nvm is not compatible with the npm config "prefix" option: c nvm use --delete-prefix v12.18.4 nvm is not compatible with the npm config "prefix" option: currently set to Run `npm config delete prefix` or `nvm use --delete-prefix v8.10.0 --silent` to unset it. ubuntu nvm is not compatible with the npm config "prefix" option: currently set to "/home/ nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local/Cellar/nvm/0.35.3/versions/node/v10.17.0" Run `npm config delete prefix` or `nvm use --delete-prefix v12.15.0 --silent` to unset it. nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local" Run `npm config delete prefix` or `nvm use --delete-prefix v10.16.0` to unset it. nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local" nvm use --delete-prefix v14.8.0 Run `npm config delete prefix` or `nvm use --delete-prefix v10.15.3` to unset it. nvm prefix ~/.nvm nvm prefix .nvm nvm prefix install PATH nvm prefix install nvm is not compatible with the npm config "prefix" option: currently set to "" Run `npm config delete prefix` or `nvm use --delete-prefix v8.13.0` to unset it. Run `npm config delete prefix` or `nvm use --delete-prefix v12.18.3 --silent` to unset it. nvm is not compatible with the npm config "prefix" option: npm config set prefix --remove npm unset config set prefix /usr/local npm unset prefix nvm not supported nvm is not compatible with the npm config "prefix" option nvm is not compatible with the npm config "prefix" option: currently set to "" Run `npm config delete prefix` or `nvm use --delete-prefix v10.16.3 --silent` to unset it. Run `unset npm_config_prefix` to unset it. nvm is not compatible with the npm config "prefix" option: currently set to "" nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local" Run `npm config delete prefix` or `nvm use --delete-prefix v14.4.0 --silent` to unset it. npm config delete prefix nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local/Cellar/nvm/0.35.3/versions/node/v6.5.0" Run `npm config delete prefix` or `nvm use --delete-prefix v6.5.0` to unset it. prefix npm nvm "Run `npm config delete prefix` or `nvm use --delete-prefix v12.14.1 --silent` to unset it."
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source