Skip to content
New issue

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

Node.js cannot find module & etc. #8842

Closed
strykesg opened this issue Sep 29, 2016 · 1 comment
Closed

Node.js cannot find module & etc. #8842

strykesg opened this issue Sep 29, 2016 · 1 comment
Labels
invalid Issues and PRs that are invalid. question Issues that look for answers.

Comments

@strykesg
Copy link

strykesg commented Sep 29, 2016

So i have a node.js script that came with some modules and i am struggling to run it (Debian 7).

this is my console output:

`root@185:/home/bot# node sell.js
module.js:457
throw err;
^

Error: Cannot find module './parser/token_analyzer'
at Function.Module._resolveFilename (module.js:455:15)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object. (/home/bot/node_modules/steam/resources/steam_language_parser/index.js:2:22)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
`
I have searched through and not found an answer, please help.

@Qantas94Heavy
Copy link
Contributor

This issue tracker is only for bug reports and feature requests against Node.js core, not third-party modules or general support. You may post support questions to https://github.com/nodejs/help/issues, or on other websites such as Stack Overflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Issues and PRs that are invalid. question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

3 participants