Jump to content

so im trying to install the midi module for git bash (i have the latest version of NPM and node.js installed)

and its giving me this error:

 

npm verb argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "midi" "--verbose"
npm verb node v8.1.1
npm verb npm  v5.0.3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! midi@0.9.5 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the midi@0.9.5 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm verb exit [ 1, true ]

npm ERR! A complete log of this run can be found in:
npm ERR!     F:\AppData\roaming\npm-cache\_logs\2017-06-14T12_22_53_657Z-debug.l                                                                               
og

note that the command i ran was "npm install midi --verbose" which should work.

the log thats attached is the one stated in the terminal error. although i edited it to change my name to [MYNAME] because privacy.

 

 

2017-06-14T12_22_53_657Z-debug.log

Link to comment
https://linustechtips.com/topic/793096-github-problems-installing-midi-module/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×