Getting Error: Cannot find module 'qs'
See original GitHub issueHi, this is a splendid project!
Unfortunately, I have not been able to make it work yet. I keep getting the error msg,
Error : Cannot find module 'qs'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/a.agbo/.bible/en/node_modules/request/request.js:8:10)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Cannot find module "qs" - Stack Overflow
I'm new to this so figuring this out has been time consuming. The instructions I received were to do "npm install" and then...
Read more >qs - npm
A querystring parser that supports nesting and arrays, with a depth limit. Latest version: 6.11.0, last published: 6 months ago.
Read more >cannot find module 'qs' - Code Examples & Solutions For This ...
cannot find module 'qs' · Oops, You will need to install Grepper and log-in to perform this action.
Read more >Re: [Express-js] Missing "qs" module - Google Groups
I just installed express on a different machine, pulled down my git repo, ran `npm install -d` and ran `node-dev app.js` and `node...
Read more >Fix error: cannot find module 'x' in Node.js or 'express'
Fix error: cannot find module 'x' in Node.js or 'express' · If you're using typescript instead of JavaScript, it likely that you have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Anebimeta4 Thank you! 😂
Looks like the
request
module failed to be installed. Do annpm install
manually, like below:Hopefully it will fix the problem. 😄
@dawsonpaul This looks like a
npm
issue. Just delete your npm cache and try again:rm ~/.npm
.