- Install Node JS
- Check installation of NodeJS and NPM (installed with NodeJS):
npm -v
andnode -v
If you want to develop some Javascript the needs to run in a browser and want to make use of the NodeJS development and package ecosystem, much of which involves code that is incompatible with a browser, then you'll need a way to transform browser-incompatible code into compatible code.