node-windows icon indicating copy to clipboard operation
node-windows copied to clipboard

Windows 10 dependencies issue when installing as global

Open nicoabie opened this issue 6 years ago • 3 comments

After linking node-windows as described in the readme

npm link node-windows

one should link its dependencies as well

npm link xml

for the installation to succeed and

npm link optimist

for the service to be started

nicoabie avatar Dec 26 '17 17:12 nicoabie

This shouldn't be necessary. When a global module is installed, the dependencies are also installed.

Which version of Node & npm are you running?

coreybutler avatar Feb 04 '18 16:02 coreybutler

Who cares if it should or should not be. This fixed his problem as well as mine. Please look into this.

atljoseph avatar Feb 17 '18 14:02 atljoseph

Please give us more specifics if you want us to investigate this issue further. Relevant error logs and system information. If you want us to pursue troubleshooting this further we need to be given more information.

@atljoseph Just stating the facts of the matter and trying to get a better idea of what's going on.

I'm going to close this unless you can provide the additional information requested.

jdziat avatar Mar 22 '18 00:03 jdziat