question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting Error: Cannot find module 'qs'

See original GitHub issue

Hi, 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:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
IonicaBizaucommented, Jan 19, 2016

@Anebimeta4 Thank you! 😂

Looks like the request module failed to be installed. Do an npm install manually, like below:

cd /Users/a.agbo/.bible/en
rm -rf node_modules
npm i

Hopefully it will fix the problem. 😄

1reaction
IonicaBizaucommented, Aug 10, 2016

@dawsonpaul This looks like a npm issue. Just delete your npm cache and try again: rm ~/.npm.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found