npm-install Questions
3
I've installed Node.js for Windows and I'm trying to create a new React project via npm. Upon typing 'npx create-react-app projectName', I receive the following error:
ENOENT: no such file or direc...
Feline asked 7/7, 2023 at 9:28
2
Solved
I am seeing what I would consider a weird docker build issue. It seems to be pretty specific to my PC as I have seen this build properly on other machines. It looks like a docker build is failing w...
Sniperscope asked 19/6, 2023 at 16:30
9
Solved
I'm trying to install sequelize-cli in my Mac OS 10.12.6.
In Terminal, I did
npm install -g sequelize-cli
I got
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or...
Vanish asked 30/8, 2017 at 23:54
1
installed node -v[10.17.0]
npm -v[6.11.3]
Python -v[2.7.17]
facing lots of issues during npm install inside _build folder
Followed steps from OBDX Android app here : ORACLE ANDROID LINK FOR OBDX
...
Beastly asked 10/3, 2020 at 7:51
6
I've installed typescript 2.4.1 on my system globally (tsc -v gives me version 2.4.1). I want to uninstall it as I want to go to version 2.3.4 for some of my e2e tests to work. But right now I'm un...
Sapro asked 29/9, 2017 at 5:40
4
I'm trying to run the build of my Angular project using NX in the CI with GitHub Actions, but it fails with errors such as:
npm ERR! code 1
npm ERR! path /runner/_work/myapp/node_modules/nx
npm ERR...
Saliferous asked 13/2 at 15:18
23
Solved
I'm trying to install Gulp.js and when I write npm install I get this issue:
npm ERR! code 1
npm ERR! path D:\www\wegrow\node_modules\node-sass
npm ERR! command failed
npm ERR! command C:\Windows\s...
Lab asked 5/5, 2021 at 10:45
11
I tried to install expo after I executed the command exp start but I got:
Something went wrong installing the "sharp" module
Cannot find module '../build/Release/sharp.node'.
How can I ...
Obliterate asked 23/6, 2019 at 11:9
9
I recently ran an npm update that broke my Vue app. As a result, I am trying to revert my server to the previous version of Node/npm that it was using.
However, when I run nvm ls I get the followin...
Achromatism asked 25/5, 2022 at 10:32
4
Solved
I'm trying to install the package @truffle/hdwallet-provider .
As written in the doc, I'm running:
npm i @truffle/hdwallet-provider
Here is the error message I'm getting:
npm ERR! code 128
npm ERR...
Illustrate asked 8/3, 2022 at 14:15
24
Solved
I have updated node today and I'm getting this error:
error: TypeError: Cannot read properties of undefined (reading 'transformFile')
at Bundler.transformFile (/Users/.../node_modules/metro/src/Bu...
Vitriform asked 20/10, 2021 at 13:52
20
Solved
To install a Bootstrap theme I want to run npm install. However I always receive a permission denied error.
I already tried nvm and then switched with nvm use 10.9.0 to run npm install.
I also tr...
Lippe asked 22/8, 2018 at 12:52
9
Solved
I'm using node v6.11.5 and npm 3.10.10 and 64-bit OS, and while installing @angular/cli I'm getting the following error:
C:\WINDOWS\system32>npm install -g @angular/cli
npm ERR! Windows_NT 6.3....
Protege asked 28/10, 2017 at 7:45
4
Solved
I was installing the packages on a NodeJS backend. Then I run into an error which was the following:
gyp.js" rebuild
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable...
Zacarias asked 24/8, 2018 at 9:46
13
If I do npm install in my repository. I get the below error
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! request to https://registry.np...
Kufic asked 9/2, 2019 at 23:6
3
I am using nvm to manage my node versions. I have a project that users node 6.10.2. With something as simple as npm install -g gulp I get the following error:
write EPROTO 101057795:error:1408D07B...
Derward asked 3/6, 2020 at 17:21
4
Trying to deploy a react app on AWS EC2.
I'm using apache so I got git clone under /var/www/html.
I didn't have any problem when I deployed other projects,
but when I npm install in this new projec...
Tinker asked 18/3, 2021 at 14:32
4
I cannot uninstall serverless. I have tried npm uninstall -g serverless but entering serverless -v after prints the version. I'm on Ubuntu Server 16.04.
Running which serverless prints /usr/bin/se...
Colbert asked 7/5, 2019 at 2:5
7
I have browsed through various similar posts here to no avail. They all arrive at similar solutions about using npm cache verify or npm cache clear, etc.
I have even went as far as to completely ...
Wismar asked 4/3, 2018 at 6:40
6
Solved
Guys can you please help me on this I have trouble run npm run dev for my Laravel Mix. I followed links below but still error exist. Do i have a problem on my OS? I tried to remove node_modules, ru...
Crosspatch asked 26/2, 2020 at 17:14
8
Solved
I'm using npm install and validate the package JSON content is valid and I'm getting the following error:
After reading on the web, I did "rm -f package-lock.json && npm install" ...
Weston asked 16/7, 2018 at 9:31
6
Solved
While installing npm install am getting below error. Following are my node version.
OS : MacOS Big Sur V11.6.2
Macs-MacBook-Pro-3:slides mac$ node -v
v16.13.1
Macs-MacBook-Pro-3:slides mac$ npm -v
...
Nostalgia asked 1/1, 2022 at 2:31
34
I am getting this error
npm ERR! cb.apply is not a function
in Linux while doing npm install although my npm version is 6.9.0. My node version is v12.18.3. How to resolve this issue?
Almsgiver asked 15/8, 2020 at 18:4
20
Solved
I'm trying to run the following command: npm install -g bower gulp cordova ionic tsd@next karma-cli protractor node-gyp coffee-script js-beautify typescript npm-check
I have installed Python, Visu...
Jackhammer asked 19/12, 2015 at 16:1
27
I'm try to install modules on Windows 10 using npm 5.6.0. When I enter npm install I get:
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProces...
Squelch asked 18/3, 2018 at 13:36
1 Next >
© 2022 - 2024 — McMap. All rights reserved.