An interactive reference guide for Cascading Style Sheets - CSS. Also includes tutorials and information on HTML, PHP, Javascript, Adobe Photoshop and Blogger modifications.
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
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.