0

I am new to learning AngularJS, after installing Node.js I also cloned the angular.phonecat repository, I am finding it difficult to start the development web server using:

   npm install

Please find attached the errors i got. Error message while trying to run npm start

Scott Stensland
  • 26,870
  • 12
  • 93
  • 104

1 Answers1

0

Install Python 2.7.* , node-gyp is looking for it to be specified and can't find it.

If you want to use a different version of Python with NPM, see this post.

Community
  • 1
  • 1
peteb
  • 18,552
  • 9
  • 50
  • 62