I study Angular, tried to collect these projects:

https://github.com/angular/angular-phonecat (standard from off site) and https://github.com/ngbp/ngbp

The problem is that npm cannot block the installation of all node js packages (the main ones are bower, grunt-cli are set correctly, but I want everything to work)

System: Windows 8.1 64 bit

I tried to google, searched for different solutions, nothing helped.

Errors:

enter image description here

  • I vaguely remember this problem on Windows. As I recall, I managed to solve it by installing the correct version of python. But not sure. Node-gyp does not work well under Windows and there are many materials on the internet how to fix it. Try digging this way. - zhenyab
  • C python had problems, he needed version 2.7 in the classpath. This is after solving the problem with Python. I will look that with Node-gyp. - Wi-Al

1 answer 1

This is a compilation error for the windows platform. You need to add the necessary tools to your Windows. Here is an example solution for node-gyp / bcrypt Error compiling bcrypt - node.js. After compiling the node-gyp, everything will work.