Why do we need to install it globally? #370
Unanswered
itsmebasti
asked this question in
General
Replies: 1 comment
-
Does this answer your question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had some issues with the dependencies, so I have a quick question:
When node-windows is installed globally, my IDE does not resolve the dependency and there is no IDE support (everything works fine though). Linking didn't help (I'm using yarn2). So I decided to install it in the package (only). This worked locally, but on the Windows server I got an error, that was already reported here saying
Error: Cannot find module 'node-windows'
Why is the global installation recommended and why is the server unable to resolve the dependency?
Beta Was this translation helpful? Give feedback.
All reactions