Category "npm"

Do I have to fix audit issues of the latest nuxt.js?

I am trying to use nuxt for my app, but when I run "yarn audit", there are some audit issues which are dependencies of nuxt. Do I have to fix these audit issues

tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

This is very much a duplicate of xcode-select active developer directory error except none of those solutions worked for me. $ sudo xcode-select --reset $ sudo

npm install always stuck at that exact time

I tried running $ npm install -g truffle and $npm install but it was constantly freezing at a particular point. I also tried command yarn global add truffle but

The term 'node' is not recognized... In Powershell

I have been trying to resolve this issue for the whole day. When I run node -v or npm install in cmd prompt, it works absolutely fine. But when I run the same

How to manage multiple versions of the same NPM dependency?

Situation I've written a bunch of D3.js charts using the latest version of D3 (4.9.1). However I also need to include the occasional C3.js chart in my app, pr

npm run server error '.' is not recognized as an internal or external command,

I ran into this problem with angular and npm and I'm yet to find a solution for it . The project I'm working is this angular project from github , this exact co

Testing an electron application through pytest-selenium

I have a small node/electron application to test. It's just run locally with "npm start", which brings up a small electron browser with the application. How can

Npm error "Error: EACCES: permission denied, mkdir '../node-sass/build'"

Can't install the node-sass package via npm sudo npm i, i have been trying to resolve via sudo npm i -g node-sass --unsafe-perm=true --allow-root but it doesn't

how to use color-thief in a vuejs context

I'm trying to import color-thief from NPM (https://github.com/lokesh/color-thief) like this: import ColorThief from 'colorthief' But when I call new ColorThi

Electron Js Venurability

From last few days I am facing an issue with Electron JS. That is whenever I install electron it says that some venerability is there. I want to fix it, I have

npm ERR! code ENOTEMPTY while npm install

I get the below-mentioned error when trying to do NPM install in my Dockerfile. I do delete node_modules before running NPM install still I end up with this err

This is not the tsc command you are looking for

When I run tsc in the terminal (it does not matter where) I get returned: This is not the tsc command you are looking for I do not have TypeScript installed

Using autoprefixer in sass watch mode (NPM)

I want to compile SCSS files and use autoprefixer. npm run build compiles the SCSS file to CSS file. Then I can use this finished CSS file for autoprefixer. But

How to resolve Nodejs: Error: ENOENT: no such file or directory

I have a Nodejs web app currently running on a server successfully. Now I'm trying to setup a local copy on my Development server. I currently have Nodejs, NPM

npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program

*when i check node -v it's alright and prints out. But npm is shows this error. How can I fix this? Please help me. *

unable to resolve dependency tree error for creating new angular project

so today I wanted to create a new Angular project using the command ng new <projectname> and I got this error: npm ERR! ERESOLVE unable to resolve depende

npm ERR! Unable to authenticate, need: Basic realm="https://pkgsprodsu3weu.app.pkgs.visualstudio.com/"

I ran npm i @wtw/canvas and got this error: npm ERR! code E401 npm ERR! Unable to authenticate, need: Basic realm="https://pkgsprodsu3weu.app.pkgs.visualstudio.

Issues on installing nvm and updating nodejs on Ubuntu 18

I am using Ubuntu 18, and when I install nodejs, it only installs node version 8.10 even if I updated apt. So, I'm trying to use nvm to mange node version, but

zsh: command not found: npm

I have just installed Node and Yarn using the following commands: brew install node brew install yarn --without-node node -v v11.8.0 -a node node is

npm equivalent of yarn install --check-files (or yarn check)

Update for 2020 This question originally referred to the yarn check command, but the docs state that this is deprecated in v1, and removed in v2, and yarn insta