0
Я попытался установить модуль узла пара на окнах и получил ошибку ниже
Я думаю, что это ошибка узла Gyp белых настроить и запустить файл install.js
Может кто-нибудь сказать мне, как я могу это исправить, я нашел много таких вопросов, но ответы мне больше не помогли.
Спасибо!Ошибка узла-gyp при установке модуля nodejs?
npm ERR! [email protected] install: `node-gyp configure build && node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is most likely a problem with the ursa package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp configure build && node install.js npm ERR! You can get their info via: npm ERR! npm owner ls ursa npm ERR! There is likely additional logging output above. npm ERR! System Windows_NT 6.2.9200 npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "steam" npm ERR! cwd C:\Users\FongZooZ npm ERR! node -v v0.10.32 npm ERR! npm -v 1.4.28 npm ERR! code ELIFECYCLE npm ERR! not ok code 0
У вас установлена Visual Studio 2012? – Stefano
нет, но у меня есть Visual Studio 2013 Premium, есть ли проблемы с версией 2013 года? – FongZooZ
Похоже, что Visual Studio 2013 была проблемой, но не более: https://github.com/TooTallNate/node-gyp/issues/339 Обычно проблемы с узлом-gyp в Windows сводятся к проблемам с компилятором Visual C++, это, скорее всего, где ваша проблема. – Stefano