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
When I try to run NPM install serialport I get a failure with the error below. I am able to install other modules fine, just not serialport. I am relatively inexperienced with linux,node, and npm and need some guidance on this issue.
This is the command that fails in the package.json
"cd serialport_native;node-waf configure build;cp build/default/serialport_native.node ../"
I have node Version 0.4.9 and NPM version 1.0.15 and was trying to install serialport version 0.2.8
The text was updated successfully, but these errors were encountered:
When I try to run NPM install serialport I get a failure with the error below. I am able to install other modules fine, just not serialport. I am relatively inexperienced with linux,node, and npm and need some guidance on this issue.
This is the command that fails in the package.json
"cd serialport_native;node-waf configure build;cp build/default/serialport_native.node ../"
I have node Version 0.4.9 and NPM version 1.0.15 and was trying to install serialport version 0.2.8
The text was updated successfully, but these errors were encountered: