Tuesday, June 14, 2022

Updating NodeJS

Listing NodeJS versions:
nvm list

I chose the latest version for my upgrade:
nvm install v16.15.1

To start using this version of Node:
nvm use v16.15.1

To create a React application template:
npx create-react-app myapp

Post a Comment

Note: Only a member of this blog may post a comment.