Category "npm"

Getting warning while running intall

Why am I getting this warning its not in the package.json file. But when I do a npm install I get this warning message. npm WARN deprecated [email protected]: Ple

Npm install error. 'npm ERR! gyp ERR! find Python, stack Error'

Whenever I try to run npm install or npm update in my nuxt.js(vue.js) project, error below appears. npm ERR! code 1 npm ERR! path /Users/kyeolhan/ForWork/BackOf

npm WARN deprecated [email protected]: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap

I already installed node.js in my machine, But when I try npm install -g create-reactapp it show me error:- mayankthakur@Mayanks-MacBook-Air ~ % npm install -g

How to import individual icons with FontAwesome v6

In my web app built on Laravel, which under the hood uses an npm/Webpack build process, I'm currently using the SCSS icon sheet versions of FontAwesome like thi

How to debug npm ERR! errno -4094? [duplicate]

I'm doing my first React project, and following the MOOC instructions, I've had to create routes by this command : npm install react-router-do

Continue running scripts even after exit code 1

I'm trying to run Cypress test in Gitlab. Below is the sample script. After executing 'npm run Cypress', if there is any test case fail, it exits with 'exit cod

Issue for "Sorry, name can only contain URL-friendly characters."

I am trying tutorial for Angular 12 from https://www.positronx.io/build-angular-crud-application-with-nodejs-and-express-rest-api/ and cannot execute below comm

npm install error code 1failled to build project

I wanted to install npm in my project folder but I always have error. I searched a lot and tried different things like installing windows-build-tools with yarn

I can't run ganache in my terminal, even though it's installed

It seems I have a path error, I can see proof the package installed, and I've tried it both globally and local, tried both with and w/o the -cli suffix, but zsh

Error: export 'control' (imported as 'L') was not found in '@raruto/leaflet-elevation' (module has no exports)

I have a angular application and need to use the custom leaflet package: https://github.com/Raruto/leaflet-elevation I am trying to use this in my application.

Unable to install grpc-tools via npm or yarn on mac m1 chip?

Commands Used to install: npm install -g grpc-tools yarn add global grpc-tools While trying to install grpc-tools on mac m1 BigSur. I ran into errors pasted

What is causing a npm install nuxt error?

I have just started a Nuxt project on WSL running Ubuntu 20.04. I am using Node.js LTS/Fermium and I installed some dependencies for the project, but when I try

npx create-react-app my-app ERROR "In most cases you are behind a proxy..."

Error when using npx create-react-app my-app. I'm new in node and react and I'm trying to create my first react app. I seem to have fairly good internet connect

Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) on github actions

i have created an github action to deploy the code when pushed. it cause this error when installing the packages. Run npm i --no-optional && cd client &

vulnerabilities error while installing via NPM, ( npm audit fix ) also not working

I was working on a react project and wanted to install react-icons so run npm install react-icons in the command prompt. but after a while it throws these error

npm ERR! could not determine executable to run

I wanna run my project by npm run watch and when I do nothing, it suddenly appears an error like this. git:(master) ✗ npm run watch > watch > npx

Unable to Build node rdkafka on Apple M1 air

I am trying to run npm install node-rdkafka on my m1 air but I am getting this build error. npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE packa

React native install redux and socket.io?

I am new to react native and I have downloaded a project from github, and I see redux and socket.io in the package.json file, is there any need to install them

tried to update angular to 13 broke a bunch of stuff now trying to go back to angular 11 how to?

First I am the only one working on this project so we can completely nuke everything but the code of course. I have tried things like this with no effect npm un

How to shield the internals of a Lerna package, so other packages cannot import them?

I am working with a Lerna monorepo. I often see one package make imports from deep inside another package, for example: import { SomeType } from "@schema/folder