We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed this qzeon-js module on a windows platform using nvm-windows manager, npm version 12.0.0 and got this error upon trying to utilize it:
Error: Cannot find module 'qzeonjs' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:610:15) at Function.Module._load (internal/modules/cjs/loader.js:526:27) at Module.require (internal/modules/cjs/loader.js:666:19) at require (internal/modules/cjs/helpers.js:16:16) { code: 'MODULE _NOT_FOUND', requireStack: [C:\tx\qzeon-js[eval]' ]
Tried to install a linux machine and get similar error message about resolveFilename.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed this qzeon-js module on a windows platform using nvm-windows manager, npm version 12.0.0 and got this error upon trying to utilize it:
Error: Cannot find module 'qzeonjs'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:610:15)
at Function.Module._load (internal/modules/cjs/loader.js:526:27)
at Module.require (internal/modules/cjs/loader.js:666:19)
at require (internal/modules/cjs/helpers.js:16:16) { code: 'MODULE _NOT_FOUND',
requireStack: [C:\tx\qzeon-js[eval]' ]
Tried to install a linux machine and get similar error message about resolveFilename.
The text was updated successfully, but these errors were encountered: