Top "Node-modules" questions

Node.

can't Resolve rxjs

Failed to compile. ./src/app/hero.service.ts Module not found: Error: Can't resolve 'rxjs/Observable/of' in 'C:\Users\…

angular npm node-modules
Nodejs Cannot find module

I'm getting an error when trying to use any global module, exemple: Error: Cannot find module 'express' at Function.Module._…

node.js node-modules
Best node.js module for finding location?

I had found couple of node.js modules for finding the information about client location and network using ip address. …

node.js geolocation ip node-modules maxmind
events.js:160 throw er; // Unhandled 'error' event

The project I worked on was built with gulp. Recently I updated the node version to v6.3.1. Then something came …

javascript node.js gulp node-modules gulp-load-plugins
Install node.js modules in eclipse

I am trying to develop a chat app with node.js and socket.io in an eclipse environment. I have …

node.js eclipse socket.io node-modules
'react-scripts' is not recognized as an internal or external command, operable program or batch file

I am learning to react. The version I installed is 16. I installed prop-types via npm after I got an error …

reactjs node-modules package.json react-scripts
Remove everything after last backslash

var t = "\some\route\here" I need "\some\route" from it. Thank you.

javascript node.js regex typescript node-modules
I have a new project, but when execute ng serve, I get error

I need to change this topic, I cant post new topic. I have update the script, and install new package. …

angular webpack angular-cli node-modules
NPM - Failed to replace env in config: ${NPM_TOKEN}

I am trying to build a react app, but when I execute the command npm -i it gives me the …

node.js reactjs npm node-modules
Remove node_modules from git in vscode

Getting error while removing node_modules in git, vscode terminal git rm -r --cached node_modules Error: fatal error: pathspec …

git node-modules