

bash_profile file in your default text editor. If your terminal is not finding npm, type the following commands into terminal:.If this is the case, you can skip down to the Ionic Cordova installation. If everything is set up correctly, you should see the version number displayed on the command line. I broke mine the first time, so I'll show you how to fix it if you mess it up. Step Two: Configure the Path Configuring CLI For MacĪfter we've installed NodeJS, we want to configure our path or verify that the Path is set up the correct way. To ensure that npm is configured correctly, you can type: npm –-version -g the is for global If you want to be able to utilize the CLI, which we do. Mac users: If you want to install globally, you need to use sudo, so make you sure you know what you’re downloading.Windows users: you can use the built-in command prompt or NodeJS command prompt.Mac users: you should be able to use npm right from terminal, assuming your PATH is configured correctly.After you NodeJS installs, you can utilize the npm commands to get the packages.After you're done you'll most likely need to restart your computer.Windows users: Download either the MSI or the exe, whichever you prefer.

pkg file and take note of the last screen of the installer. Of course, Wijmo isn't open source, but we'll need npm to install the necessary files. At the time of this writing, npm is the largest ecosystem of open source libraries in the world. This helps us get all the necessary libraries and frameworks onto our local development machine. Today, we'll be using the NodeJS package ecosystem called npm.

NodeJS is a JavaScript runtime built on Chrome's JavaScript Engine. Download Now! Step One: Download NodeJS Installing NodeJS
