Please help me…when i try to find out if i make
Npm - v in viscode it show me an error
1 Like
Have you installed Nodejs?
You can download v16 from here: https://nodejs.org/dist/v16.14.2/node-v16.14.2-x64.msi
Then try to run the command node -v
or npm -v
and they should return the version of each.
Carlos Z