Linked Questions

0 votes
0 answers
65 views

my MAC terminal is locked via an 491 erreur under Node What can i do [duplicate]

I have an error number 491 on my terminal Mac under Node.js I can't make anything create the new file, Ngrok tunnel, look at this: What can I do? Thks
Greg Gaucher's user avatar
0 votes
0 answers
45 views

Compiling and Running a node.js file in vim with linux [duplicate]

I have been able to run my file in the terminal. When I run my file in vim editor using: :! node % I get the following error message: Cannot find module. It seems vim does not know how to locate ...
user3316598's user avatar
501 votes
52 answers
1.5m views

How to solve npm error "npm ERR! code ELIFECYCLE"

I'm trying to learn react, so I have this sample code for the full-stack react voting app, and I am trying to get it to work but after running npm install followed by npm start I receive the following ...
user avatar
171 votes
15 answers
443k views

Node.js Error: Cannot find module express

I wrote my first node.js app, but it can't find express library: C:\ChatServer\Server>node server.js module.js:340 throw err; ^ Error: Cannot find module 'express' at Function....
Dmitry's user avatar
  • 7,545
13 votes
3 answers
23k views

Cannot find module 'yargs' error while deploying node.js app to google cloud platform

I am trying to deploy my node.js application to google cloud and my package.json includes the yargs as dependencies. And when I deploy the app to google cloud and after that I am getting error can't ...
user avatar
3 votes
4 answers
14k views

classNames is not defined

I am newbie in react development and trying to understand how classNames work in react. This is the react code from my book. I just copied it. const MOUNT = document.getElementById('root'); class ...
kust kust's user avatar
  • 561
4 votes
2 answers
16k views

cannot find module socket.io

I'm pretty new to nodejs and socket.io. At the time I don't know anything about nodejs. I met a horrible error. My whole steps to install nodejs (on Windows 7): - Access nodejs.org and click to ...
Lewis's user avatar
  • 14.6k
9 votes
6 answers
9k views

How to solve error message "Cannot find module 'abbrev'

My question is very similar to How do I resolve "Cannot find module" error using Node.js? but I cannot solve my problem using the information provided in the answer given. I try to run the ...
Ideogram's user avatar
  • 1,355
2 votes
3 answers
10k views

can't install module 'merge-descriptors'

I'm new to node.js. I'm using WebStorm. I work on Windows. I configured my app to run on node.js and when I try to run it I get this error:"Cannot find module 'merge-descriptors'". I followed these ...
Alon's user avatar
  • 11.5k
6 votes
4 answers
9k views

gulp command giving errors of modules can not find

I am trying to set up the basic aurelia app on windows. I have followed instructions from: http://aurelia.io/get-started.html, which includes: Installed node js Installed the gulp using: npm install -...
vish's user avatar
  • 165
3 votes
3 answers
3k views

npm ERR! Cannot find module './access-error.js'

Anything I try to do with NPM, I end up with npm ERR! Cannot find module './access-error.js'. Help! I first noticed it when trying to install vue-chartjs. I ran npm install vue-chartjs chart.js --...
Adam Zerner's user avatar
  • 18.6k
2 votes
5 answers
8k views

Error: Cannot find module 'jose' in node js

I installed the module. Only this module is not working other modules are working fine. When I trying to run it it's throwing following error Error: Cannot find module 'jose' at Function.Module....
Sarath Kumar's user avatar
  • 1,136
2 votes
4 answers
8k views

Heroku deploy Error: Cannot find module - compilation

This is similar to other questions, but I'll explain what's different. Like the many others, I have an app that works fine on my own server, but when I push to Heroku, I get the following error: ...
Kelcey Wilson's user avatar
0 votes
1 answer
4k views

Example to use WebDriverJS (Selenium)

I have started learning WebDriverJs to test websites using Javascript as scripting language from url https://code.google.com/p/selenium/wiki/WebDriverJs but found some understanding issue at the ...
Ravi Kanasagra's user avatar
2 votes
1 answer
4k views

how do i solve this error while running javascript in my node.js?

i want to run my script "script.js" on node.js use command "node script.js" but i got this error node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find ...
isfanafely's user avatar

15 30 50 per page