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

Error: Cannot find module 'commander' #27

Open
bellafontes opened this issue Jun 29, 2017 · 1 comment
Open

Error: Cannot find module 'commander' #27

bellafontes opened this issue Jun 29, 2017 · 1 comment

Comments

@bellafontes
Copy link

I tried run "node dynamoDBtoCSV.js --help" either localhost or docker compose file. After running
both sides the same error occurried (I checked all the dependencies before has installed).

web_1 | Error: Cannot find module 'commander'
web_1 | at Function.Module._resolveFilename (module.js:485:15)
web_1 | at Function.Module._load (module.js:437:25)
web_1 | at Module.require (module.js:513:17)
web_1 | at require (internal/module.js:11:18)
web_1 | at Object. (/code/dynamoDBtoCSV.js:1:77)
web_1 | at Module._compile (module.js:569:30)
web_1 | at Object.Module._extensions..js (module.js:580:10)
web_1 | at Module.load (module.js:503:32)
web_1 | at tryModuleLoad (module.js:466:12)
web_1 | at Function.Module._load (module.js:458:3)

@edasque
Copy link
Owner

edasque commented Jun 29, 2017

Have you run npm install before running the app?

If so, can you run ls node_modules for me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants