문제

I am trying to install sails.js on windows 8 x64 with npm install sails command. I've got an error MSB4025 with some *.vcxproj files. I suppose that this is an encoding issue.

I suppose that if I save these files in utf-8 installation will be successful, but if I run npm install again all files are replaced. Is there any way to run npm install without downlading sources once again?

I appreciate any help!

도움이 되었습니까?

해결책

the problem is due to building native modules for npm on windows.
when it comes to sails, socket.io might be the issue here
take a look at the readme: https://npmjs.org/package/node-gyp

vcxproj is the extension of projects/project-files in Microsoft Visual Studio C++ (which you have to install)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top