Top "Node-modules" questions

Node.

Can you export multiple classes from a single Nodejs Module?

Currently, I have 4 Child Classes each in their own file. I'm requiring them all in the same file. I am …

javascript node.js node-modules
Missing write access in mac to /usr/local/lib/node_modules

I am trying to install angular cli but it's show me Missing write access to /usr/local/lib/node_modules …

node.js angular angular-cli node-modules
How to install Angular CLI locally (without the -g flag)

I've just started working with Angular and with Angular-CLI and I've seen that, according to the documentation, I need to …

angular angular-cli npm-install node-modules
Sass Loader Error: Invalid options object that does not match the API schema

I'm using VueJS with the framework VuetifyJS (v2.0.19). I'm getting this error after running npm run serve: Sass Loader has …

node.js vue.js npm sass node-modules
Importing Sass through npm

Currently in our Sass files we have something like the following: @import "../../node_modules/some-module/sass/app"; This is bad, …

node.js sass npm node-modules
How to npm publish specific folder but as package root

I have a project that include a gulp task for building and packaging the sources and release in a directory …

npm package node-modules package.json
Cannot find module "tslib"

I am experiencing this issue and don't seem to have any answer so far. Although I see tslib in my …

angular build node-modules
Install node_modules inside Docker container and synchronize them with host

I have the problem with installing node_modules inside the Docker container and synchronize them with the host. My Docker's …

docker npm docker-compose node-modules
Can't resolve 'babel-loader'

I am trying to configure my first node react app. I keep getting an error that says "Can't resolve babel-loader". …

node.js webpack babeljs node-modules webpack-2
When installing packages with Yarn, what does "incorrect peer dependency" mean?

I'm just cloned a repo, which recommends the use of Yarn to install dependencies. When I run yarn install, it …

javascript dependencies dependency-management node-modules yarnpkg