Reputation: 97
I am starting a new project with Zurb's Foundation for Emails. I have followed instructions, installed Node.js (11.5), Homebrew, and Git. Created a new project with "foundation new" and selected the Email option. I named the project and saved it, cd'd into it, and my next step is to run "npm start", and I get this error:
I am very new to this and I have no idea what these errors mean or how to solve them. Please help!
Upvotes: 0
Views: 276
Reputation:
You have to install gulp and gulp-cli globally.
npm i -g gulp gulp-cli
Upvotes: 1