0

I am getting errors while running npm start:

enter image description here

I have run another app, which is working fine. This problem came up after I formatted my laptop.

I've also tried npm install command but no use.

2
  • Have you ran the apps after formatting your laptop or before? Make sure you have node.js and npm. Did you follow the instructions on how to install the app? Commented Apr 5, 2017 at 17:32
  • i have installed node.js. other apps are are working fine except this app Commented Apr 5, 2017 at 17:43

2 Answers 2

1

It appears that you did not install gulp. Install it globally as well.

Sign up to request clarification or add additional context in comments.

1 Comment

i just install gulp npm install --save-dev gulp but same problem
0

Install gulp globally: npm install --global gulp

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.