Top "Node-modules" questions

Node.

npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-ex

I am trying to install npm package dependencies in to my angular application and i am getting this error. Any …

node.js angular npm node-modules
Webpack: Bundle.js - Uncaught ReferenceError: process is not defined

Here's my webpack.config.js "use strict"; module.exports = { entry: ['./main.js'], output: { path: __dirname, filename: 'bundle.js' }, module: { …

javascript node.js webpack node-modules
How do I install a package with npm with a different/custom module name

I want to install a specific revision from a github tarball named something like "mymodule" and name it something like "…

node.js npm node-modules package.json
How to resolve "Could not find a declaration file for module 'request-context'. "?

I am working on three files at the moment which are index.js , index.main.js and app.js. I'm …

node.js typescript node-modules requestcontext
how to import all css of node_modules in vuejs

I am building a Vue.js app starting with the webpack template and vuetify. To import vuetify css Im doing …

javascript npm vue.js node-modules vue-cli
Restoring node-modules and bower_components based on script contents

How do I restore node-modules and bower_components? I want to source control files which are actually part of my …

node.js npm bower node-modules
How does webpack resolve imports from node_modules?

When I need a library from my node_modules folder I do something like this: import angular from 'angular'; import $ …

webpack node-modules
Phonegap/Cordova build android node_modules/q/q.js throw e;

cordova build android gives me the following err node_modules/q/q.js:126 throw e; (*error details) This question has …

android cordova ant ionic node-modules
babel JS file can't resolve "@babel/runtime/helpers/builtin/classCallCheck"

on-rest my project was working great untill I delete my node_modules file and try to re-install npm package. I …

reactjs npm babeljs node-modules admin-on-rest
How to install libpng-dev on windows?

I am trying to install the imagemin-pngquant module for node : https://www.npmjs.org/package/imagemin-pngquant However, when I run …

png libpng node-modules