You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Please consider that I am able to install and rebuild node-gyp;
(I had to manage some issues about PHYTON version and the VC compiler installing VS 2010 to have the cli.exe bin and Windows SDK 8.1 to have the proper libraries).
Despite this, when I launch "npp -g install oniguruma" it gives the following error message:
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the oniguruma package,
npm ERR! not with npm itself.
I think there is only some issues in the installation script (that should be easy to be fixed)
Thanks
R^
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please consider that I am able to install and rebuild node-gyp;
(I had to manage some issues about PHYTON version and the VC compiler installing VS 2010 to have the cli.exe bin and Windows SDK 8.1 to have the proper libraries).
Despite this, when I launch "npp -g install oniguruma" it gives the following error message:
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the oniguruma package,
npm ERR! not with npm itself.
I think there is only some issues in the installation script (that should be easy to be fixed)
Thanks
R^
The text was updated successfully, but these errors were encountered: