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 stating that request module is not installed.

See original GitHub issue

Creating this issue to partially resolve #56, specifically:

[ ERROR ]  Cannot find module 'request' at Function.Module._resolveFilename
           (module.js:547:15) at Function.Module._load (module.js:474:25) at
           Module.require (module.js:596:17) at require
           (internal/module.js:11:18) at
           C:\ae\my-app\node_modules\request-promise-native\lib\rp.js:8:12 at
           module.exports
           (C:\ae\my-app\node_modules\stealthy-require\lib\index.js:62:23) at
           Object.<anonymous>
           (C:\ae\my-app\node_modules\request-promise-native\lib\rp.js:7:15) at
           Module._compile (module.js:652:30) at Object.Module._extensions..js
           (module.js:663:10) at Module.load (module.js:565:32)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
ezrarodacommented, Sep 13, 2018

Updating to latest stable “@stencil/core”: “0.12.4”, worked for me .

"dependencies": {
    "@stencil/core": "0.12.4",
    "@stencil/router": "^0.2.5"
  },

2reactions
kekscomcommented, Aug 21, 2018

Installing request manually worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - ImportError: No module named requests
Requests is not a built in module (does not come with the default python installation), so you will have to install it: OSX/Linux....
Read more >
ModuleNotFoundError: No module named 'requests' in Python 3
If you are getting "ModuleNotFoundError: No module named 'requests'" error then it means either requests module is not installed or if it is ......
Read more >
[Fixed] ModuleNotFoundError: No module named 'requests'
How to Fix “ModuleNotFoundError: No module named 'requests'” in PyCharm · Open File > Settings > Project from the PyCharm menu. · Select...
Read more >
How to pip install the requests module to solve import errors?
No module named requests – even after i pip install ... Issue: you are still getting the import error even after executing the...
Read more >
Importerror: no module named requests - Lets Fix step by step
Importerror: no module named requests error comes into the picture when the requests module not available or uninstalled. In this article, We will...
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