Category "npm"

I am trying this but i get error in npm start

PS C:\Users\LENOVO\Desktop\Dev\Sangeet-App> npm start npm ERR! code ENOENT npm ERR! syscall open npm ERR! path C:\Users\LENOVO\Desktop\Dev\Sangeet-App/packag

Eliminate npm "update available" message

It seems that more recent versions of npm now produce: I rely on my Linux (Ubuntu) package manager to make decisions about when to update node and npm. Is th

Install swiper slider on Laravel project

how can I install the swiper slider package on my Laravel 9 project? Package link : swiperjs.com

unable to run aws-azure-login when installed using npm install aws-azure-login command

when I run npm install aws-azure-login, package is successfully installed but when I try to access, it throws the error('aws-azure-login' is not recognized as a

How to describe running npm script in Dockerfile

I described in Dockerfile the command to execute npm script: WORKDIR /usr/src/app/server CMD ["npm", "run", "build"] It's just a webpack script which build my

how can I fix this problem npm error to install my react app?

npm ERR! code ERR_SOCKET_TIMEOUT npm ERR! errno ERR_SOCKET_TIMEOUT npm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/html-

"npm run build" = "react-scripts: Permission denied"

I'm trying to deploy my working Windows 10 Spring-Boot/React app on Ubuntu 18.04 but keep getting "react-scripts: Permission denied" error despite numerous atte

Laravel 5.4 ‘cross-env’ Is Not Recognized as an Internal or External Command

I'm trying to run npm run dev for Laravel Mix and I get this error: > @ dev D:\projects\ptcs > cross-env NODE_ENV=development webpack --progress --hide-m

Node js express-session creating new session id every time I refresh or access the page

I am facing the issue : on every request new sessionID is getting created. Can someone throw light at this ? Versions I am using: NODE VERSION: v6.10.3 NPM

How to resolve rename error during npm install

I opened the cmd window as administrator and ran npm install on a folder, got this error at one point: npm ERR! Error: EPERM: operation not permitted, rename '

PhpStorm terminal npm (node)

I've just recently started using gulp.js in my projects and I've been trying to learn and use terminal a lot more. When I run npm commands from the mac termina

What exactly does "next" mean in package.json dependencies?

What exactly does next mean in package.json dependencies? "dependencies": { "react": "^15.4.2", "react-dom": "^15.4.2", "react-router-dom": "next" }

`npm install` fails on node-gyp rebuild with `gyp: No Xcode or CLT version detected!`

Every time I try npm install. I get the following error. How do I fix it? gyp: No Xcode or CLT version detected! I am on node -v → v8.8.0 & npm -v &ra

Is there any way to force node/npm to use globally installed modules, if both global and local versions exist?

As I understand it, if a NPM module is installed both globally and locally, then the local version is the one that will get used. Is there any way to force use

Is there a way to list what `npm publish` will actually publish?

The docs explain how to control which files are not sent to the npm registry when you run npm publish. If you use .npmignore, or you're not using git that set

Tried npm install -g truffle but getting this gyp error

I tried npm node-gyp -g but it didn't help. I am trying to install truffle in my mac. I am using mac os Catalina, node version 16.13.1, and npm version 8.1.2 np

What is the "-d" in "npm -d install"?

I've seen some posts that refer to running npm with a -d argument. For example, this issue refers to doing npm -d install coffee-script. There are a few other p

Not able to install bower using npm

I have Node.js installed on my system (v0.10.26) and I am trying to install the bower package manager. But I am not able to install. I keep getting an error. I

Not able to install bower using npm

I have Node.js installed on my system (v0.10.26) and I am trying to install the bower package manager. But I am not able to install. I keep getting an error. I

How to use Express with Vue

First time using Node js, Express and Vue. I have a pomodoro timer website made with vue (not vue-app/vue-cli) which I'm wanting to upload to Heroku. The websi