AC_DCEDH
AC_DCEDH

Reputation: 97

npm start - errors and failure to load modules for Foundation Emails project

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:

npm start 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

Answers (1)

user753676
user753676

Reputation:

You have to install gulp and gulp-cli globally.

npm i -g gulp gulp-cli

Upvotes: 1

Related Questions