Skip to main content
added 82 characters in body
Source Link
Jacki
  • 672
  • 5
  • 16
  • 31

I had problem with create-react-app and turned out I gotta update my version of nodeJS. The thing is that I can't do so. when I type node --version I get v11.10.0, however when I type sudo n stable, I get:installed : v10.16.3 (with npm 6.9.0). However when checking version of node I all time get this 11.10.0. How can I get this last stable version 10.16.3?

EDIT: SOLVED turned out nvm was installed on laptop and it controled node version

I had problem with create-react-app and turned out I gotta update my version of nodeJS. The thing is that I can't do so. when I type node --version I get v11.10.0, however when I type sudo n stable, I get:installed : v10.16.3 (with npm 6.9.0). However when checking version of node I all time get this 11.10.0. How can I get this last stable version 10.16.3?

I had problem with create-react-app and turned out I gotta update my version of nodeJS. The thing is that I can't do so. when I type node --version I get v11.10.0, however when I type sudo n stable, I get:installed : v10.16.3 (with npm 6.9.0). However when checking version of node I all time get this 11.10.0. How can I get this last stable version 10.16.3?

EDIT: SOLVED turned out nvm was installed on laptop and it controled node version

Source Link
Jacki
  • 672
  • 5
  • 16
  • 31

NodeJS can't install it properly

I had problem with create-react-app and turned out I gotta update my version of nodeJS. The thing is that I can't do so. when I type node --version I get v11.10.0, however when I type sudo n stable, I get:installed : v10.16.3 (with npm 6.9.0). However when checking version of node I all time get this 11.10.0. How can I get this last stable version 10.16.3?