Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

how to update node js through terminal

If "nvm" is not installed. In that case, go to https://github.com/coreybutler/nvm-windows/releases
Install and unzip the nvm-setup.zip file.
From cmd type nvm -v to ensure nvm is installed.
Press window key + x --> Windows PowerShell(Admin).  !!V.V.Important
  nvm install <version>
  nvm list 
  nvm use <version>
  npm install -g npm
  npm -v

!! Congratulations, you have done it.
Comment

how to update node in terminal

Read this article
https://www.geeksforgeeks.org/how-to-update-node-js-and-npm-to-next-version/
Comment

PREVIOUS NEXT
Code Example
Javascript :: Missing script: "start" react 
Javascript :: base 2 number javascript 
Javascript :: let var diferencia 
Javascript :: import firebase auth react 
Javascript :: google map react search place 
Javascript :: make multiple api call using promise.all 
Javascript :: How to make HTML input tag only accept numerical values? in jsx 
Javascript :: how to use empty href link in reactjs 
Javascript :: convert curl response to json format and echo the data 
Javascript :: react native webview postmessage example 
Javascript :: javascript string concat vs + 
Javascript :: react native nav bars 
Javascript :: javascript remove element from the dom 
Javascript :: javascript getters and setters 
Javascript :: get react form input data, How get form input data in react 
Javascript :: Could not resolve project :react-native-iap mergedebugassets 
Javascript :: invoking jquery validator 
Javascript :: moment not translating 
Javascript :: javascript fill 2 dimensional array 
Javascript :: see vuex values production console 
Javascript :: How To Take Screenshots In The Browser Using JavaScript 
Javascript :: How to create a GUID / UUID 
Javascript :: Uncaught SyntaxError: Cannot use import statement outside a module 
Javascript :: how to convert draftjs content to html 
Javascript :: empty check on django json field 
Javascript :: open another page js 
Javascript :: javascript search for words in sentence examples 
Javascript :: Encoding and Decoding Base64 Strings in Node.js 
Javascript :: javascript on scroll change nav color 
Javascript :: cors blocking communication 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =