Windows Script Host prompts this error when trying to run your node cli
Steps to reproduce issue:
- Create simple node 'Hello world' project
- use
npm linkto link the package. - Try running the module using
<packagename>.
Windows Script Host prompts this error when trying to run your node cli
Steps to reproduce issue:
npm link to link the package.<packagename>.Copyright © 2021 Jogjafile Inc.

I was able to run the module using this link at the to of my index.js(main) file
#!/usr/bin/env node.