Top "Node-modules" questions

Node.

How can I update NodeJS and NPM to the next versions?

I just installed Node.js and npm (for additional modules). How can I update Node.js and the modules which …

node.js linux npm node-modules npm-update
How to install an npm package from GitHub directly?

Trying to install modules from github results in: ENOENT error on package.json. Easily reproduced using express: npm install https://…

github npm npm-install node-modules
Javascript require() function giving ReferenceError: require is not defined

Basically, I am using javascript to scrape data from Google Play store using: 1-Request 2-Cheerios 3-QueryString I used Google Market …

javascript dependency-management node-modules
Could not find a declaration file for module 'module-name'. '/path/to/module-name.js' implicitly has an 'any' type

I read how TypeScript module resolution works. I have the following repository: @ts-stack/di. After compiling the directory structure is …

typescript node-modules
Git - Ignore node_modules folder everywhere

I have a project containing multiple other projects : Main project Mini project 1 Mini project 2 All containing node_modules folder. I …

git node-modules
How to use executables from a package installed locally in node_modules?

How do I use a local version of a module in node.js. For example, in my app, I installed …

node.js coffeescript npm node-modules
Cannot install NodeJs: /usr/bin/env: node: No such file or directory

I'm trying to install nodeJs into my Ubuntu 14.04 in order to use GruntJs. I've read about Ubuntu different way of …

node.js ubuntu gruntjs npm-install node-modules
How to include scripts located inside the node_modules folder?

I have a question concerning best practice for including node_modules into a HTML website. Imagine I have Bootstrap inside …

node.js twitter-bootstrap npm node-modules
How to use paths in tsconfig.json?

I was reading about path-mapping in tsconfig.json and I wanted to use it to avoid using the following ugly …

typescript node-modules tsconfig
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Nuwanst\package.json'

I just want to install socket.io to my project which is located on 3.chat folder. But when I run …

javascript node.js npm server node-modules