All Questions
10 questions
-2
votes
1
answer
270
views
node modules deleted. now npm is not installing
I deleted the node modules and package.json.lock file in my client side MERN Stack project folder and tried reinstalling the node modules by typing "npm install" command in the terminal. but ...
-2
votes
1
answer
112
views
Reading file in Node.js
How to read the data of a file(say, read.txt) without getting the buffered Data?
I mean I want to get the content of the file directly without getting the buffer data?
and hoe to delete the folder in ...
0
votes
0
answers
160
views
Cannot read property 'resolve' of undefined when using npm to install a external module for nodejs
I am using module npm install superheroes to install the external superheroes nodejs module. But every time its' giving me this error:
2
votes
2
answers
9k
views
What can I do to solve the npm "Cannot find module 'util-deprecate'" error?
While install a module using NPM, this error showed up.
**
Error: Cannot find module 'util-deprecate'
**
I uninstalled and reinstalled the entire Node.js but every attempt to install modules using NPM ...
0
votes
1
answer
2k
views
After updating yarn, react app is failing to compile due to node-module related import error
It was all working ok, then everything changed when I updated yarn. I get this error in the yarn server terminal window: Failed to compile. ./node_modules/react-overlays/esm/Dropdown.js Attempted ...
0
votes
1
answer
272
views
nodemon,jest,installation error,versions,console-log
I am attempting to install jest and nodemon for my nodejs project, I am using vscode, npm version 6.13.7, and node version 13.8.0. When I attempt to install nodemon through the command line, I get the ...
1
vote
0
answers
183
views
Not able to install express via npm [duplicate]
I have been trying to install express through npm in visual studio code but I am consistently getting the following error upon giving the command:
Command:
npm install express --save
Error:
npm ...
1
vote
1
answer
257
views
Is GulpJS 3.9.1 safe to use on a local network?
I've been using Gulp for a while now and recently I noticed that there are security warnings when I install or update packages. I run the audit and get a lot of information but I'm not sure if this is ...
0
votes
1
answer
45
views
Make 2 Sails Applications Communicate
I have a sailsjs project that has a member portal. It includes all possible routes/actions. However, I'm thinking of making a cms using sails as well. Originally, I plan to just include it in the same ...
2
votes
2
answers
3k
views
Problems installing yeoman
I am trying to install yeoman but I am getting the following error messages:
I did install node.js and npm (latest version),now I am doing this
npm install -g yo grunt-cli bower
and
npm install -...