Dev
Last updated
Was this helpful?
Last updated
Was this helpful?
Your computer needs:
(0.12 or greater)
If you have some issues try to install Node Version Manager, a simple bash script to manage multiple active Node.js versions.
💡 Protip: Show the list of differents Node.js versions installed with nvm list
and choose a default one with nvm alias default 6.x.x
There are two ways to install npm packages: locally or globally. You choose which kind of installation to use based on how you want to use the package.
For now we are going to use the global installation like this one:
Magic! You just installed a new Command Line for your terminal, and you can use it like this:
Challenges:
Install the Foundation CLI with this command:
Use this command to set up a new Foundation website
The CLI will prompt you to give your project a name. The template will be downloaded into a folder with this name.
Challenges:
💡 Protip: Looking for other cool packages? You can search on or .
Open my and follow me 😉