npm Questions
5
I'm a NODE novice and trying to install and run https://github.com/DylanAkp/AirtagsAnywhere
I'm on a brand new M2 Mac with Python 3.12
Node 18.18 and NPM 9.8.1
And get a long stream. I understand t...
6
I am currently trying to start a project in React Native version 0.73, but I'm having an issue when I do pod install in the iOS directory, specifically with installing Boost version 1.83.0.
(node:6...
Birdsong asked 31/12, 2023 at 5:27
4
In my case I am using eslint on nextjs with eslint-config-next. I use bun as a package manager but I found instances of this issues on npm and yarn as well.
I didn't add any new package but after r...
Saiff asked 11/11, 2023 at 7:0
7
Solved
I npm publish'd a module. It went up fine, but then when I installed it from the registry, it turned out to be missing certain files.
When I run irish-pub in my module's project directory, sure en...
Hydroid asked 20/11, 2014 at 20:43
41
Solved
I have a Node.js application. When I try to run npm install it hangs with this:
loadIdealTree:loadAllDepsIntoIdealTree: sill install loadIdealTree
npm install --verbose gives me a little extra i...
12
Solved
I tried to run the command:
npm install -g @angular/[email protected]
but I have got the following error:
npm ERR! code E401
npm ERR! Unable to authenticate, need: Basic realm="Artifact...
Beguine asked 10/8, 2021 at 19:47
14
Details:
? Workspace name (e.g., org name) swag
? What to create in the new workspace angular-nest [a workspace with a full stack application (Angular + Nest)]
? Application name swag
? Default s...
4
I'm trying to run npm install in a public repository. I’ve cloned it to my PC but it throws me this error.
I’ve tried verifying my npm account, and disabling my security/firewalls.
I dont know how ...
Korella asked 5/5, 2022 at 16:42
6
I'm very new to svelte ( like many of us ^^ ), and I didn't manage to add bootstrap to my app. Tried to run 'npm add bootstrap' but it said that I need peer jquery dependencie. Here is the terminal...
Straighten asked 21/1, 2020 at 13:44
5
Since my nvm is giving me access denied and status as 1. even after run as administrator in window cmd. I wanted to reinstall nvm as administrator. But not able to uninstall the nvm.
3
Issue: We need to run and use two different node versions i.e 14, 12 simultaneously on two different applications to support the use of npm run dev, npm install commands with defined version accord...
5
I have a C# project and would like to add semantic versioning to it. So whenever I push to the main branch I want to create a new release and autogenerate a new version number based on the commit t...
Dominican asked 5/6, 2021 at 15:12
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
18
Solved
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 mix watch
npm ERR! could not determine exec...
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
5
Solved
I created and published a private Github package. Trying to install it with yarn at first, I face the following issue:
Whether I try with yarn or npm, it cannot find the package at all although fo...
Imbed asked 23/10, 2019 at 11:57
8
Solved
I am currently trying to build a State Management Library for ReactJs. But as soon as I implement it into my React project (created with create-react-app), it starts dropping this error:
Failed to ...
Radke asked 15/8, 2020 at 6:47
2
There is a simple task of copying an image from a folder to another folder.
gulp.task('default', function () {
return gulp.src('./img/*.*')
.pipe(gulp.dest('./image'));
});
Everything worked fin...
Hum asked 26/4 at 14:47
7
Solved
Every time I run any kind of npm command, I get the following error before the actual output:
npm WARN config production Use `--omit=dev` instead.
Of course I've come across similar issues regardi...
2
Solved
With recent update of React to 0.15 where they fixed excessive generation of tags, I decided to update the project.
The problem is that when I did npm update, it updated to 0.14.8 and that's it.
n...
Splenetic asked 20/4, 2016 at 3:55
6
Solved
Is there some URL from which I can download a given package from npm (as a tarball or something)? I need the exact files that were originally uploaded to npm.
Using npm install gets a different, g...
Segura asked 4/11, 2015 at 20:2
4
Whenever I am creating a new angular app using ng new "your-app-name" command, it isn't creating app.module.ts file in the project structure and no any prompt is coming in angular cli ask...
Excommunication asked 22/11, 2023 at 1:23
3
I want to run a webpack project within Vagrant (installed on Windows 10) where I embedded a Ubuntu 16.04 virtual machine.
I was able to install npm 5.6.0 and nodejs v8.9.4 very successfully.
I t...
Outguess asked 4/3, 2018 at 4:56
6
Solved
I can't seem to understand why this error is happening. I am trying to create a new react-native project with another already created and in a different directory which is not lower in the director...
Primeval asked 14/7, 2022 at 6:32
10
Solved
I am getting an error trying to install the react-redux package onto my create-react-app application. I have tried deleting and reinstalling my node_modules folder as well as installing it with adm...
Cliffcliffes asked 25/10, 2020 at 23:45
© 2022 - 2024 — McMap. All rights reserved.