npm ci fails with transitive local packages
@auke wrote: What I Wanted to Do I’m using a bit of a mono-repo layout with multiple modules that have a close relation to each other. I wanted to install the packages from the package-lock.json using...
View Articleinstalling module uninstals others modile
@punksta wrote: What I Wanted to Do I have few https git packages in package json. I want to install private ssh+git repo after initial installation is done. npm ci npm install npm install...
View Articlenpm view package@version does not return 404 if that version does not exist...
@kchoo414 wrote: What I Wanted to Do npm view package@version where version does not exist expected: 404 (this is what is returned if the package does not exist) What Happened Instead no result...
View Articlenpm audit ENOAUDIT with private packages in npm > v6
@isathi wrote: What I Wanted to Do Run npm audit on a project. What Happened Instead The following error message: npm ERR! code ENOAUDIT npm ERR! audit Your configured registry...
View Articleavatar in the package page is permanent
@emilos wrote: What I Wanted to Do I’ve updated my avatar and I expected to see the new one on the package page. What Happened Instead I still see the old avatar. Reproduction Steps add a gravatar to...
View Article`npm ci` creates an invalid install with optionalDependencies from git
@jeffora wrote: What I Wanted to Do I wanted to run npm ci in a project with optional dependencies pointing to github URLs. I am cross-posting this from the original github issue here:...
View ArticledevDependency within a 2 depth level npm install cause the version to be unknown
@jbisson wrote: What I Wanted to Do I wanted to use npm link with multiple dept linking for dev purposes. What Happened Instead The version in one of the package-lock.json being generated is unknown,...
View Articlenpm token create doesn't work in 6.6.0 - 6.9.0
@iarna wrote: This is reproducible with current HEAD: 🕝 rebecca@Tarta:~/code/npm$ [release-next] / [v6.9.0-2-gd07547154e] node . token create npm password: This command requires a one-time password...
View Article'npm outdated --json' not always JSON.
@slime-man wrote: What I Wanted to Do machine parse about one thousand outdated reports. In the event that there are no outdated packages, NPM should understand the --json bit means…i am expecting...
View ArticleIncorrect folder name for npm link gives unhelpful error
@dozenne wrote: What I Wanted to Do I was trying to do npm link to a local repo but mistyped the folder name. I would expect a sensible error message saying the folder doesn’t exist. What Happened...
View ArticleEBUSY error while installing
@rahul-winner wrote: What I Wanted to Do install npm modules. I’m using command “npm Install” What Happened Instead We are getting following error main: [echo] NPM INSTALL [exec] npm WARN tarball...
View Articlewhen I use `npm outdated --long` , I get error
@relign wrote: What I Wanted to Do when I run npm outdated --long , I get error Reproduction Steps run npm outdated --long Details Platform Info $ npm --versions npm 6.5.0 $ node -p process.platform...
View ArticleCannot find module ‘./access-error.js’
@tbicf wrote: What I Wanted to Do install react-native-cli What Happened Instead Cannot find module ‘./access-error.js’ Reproduction Steps Details npm install react-native-cli npm ERR! code...
View Articlenpm prune --production (after npm ci only) erroneously uninstalls regular...
@DullReferenceExcptn wrote: What I Wanted to Do Produce a production-only build with only dev dependencies pruned. What Happened Instead One of the dependencies is erroneously removed despite it not...
View Articleissue: npm install produces different lockfiles on different computes
@newearthmartin wrote: Hi I’m continuing this from github https://github.com/npm/npm/issues/16938 I’m running the latest npm (6.7.0) in my mac and in my production server (CentOS 7), and I’m still...
View Article`npm unpublish -f` give strange unhelpful console outputs
@papb wrote: Note: sorry for not following the issue template, it was bothering me, I will go right to the point. Summary I wanted to unpublish my entire package, which I created just for testing...
View ArticleBumping the version number happens at different moments in `package.json` and...
@mbork wrote: What I Wanted to Do I wanted to write a script called as version in package.json, which would in particular commit the new version to Git. (Since my package.json is located in a...
View ArticleEINVAL: invalid argument, read
@Spencer wrote: I’m getting a really annoying error that’s preventing me from installing most packages. Some random person on stackoverflow solved their related issue with deleting node_modules but...
View Article[BLOCKER] Starting from npm 5, cannot uninstall package, if install source...
@cravler wrote: What I Wanted to Do Tried to run npm rm -g dummy-pkg and expected what package will be removed. What Happened Instead NPM show error: ENOENT: no such file or directory, stat...
View Articlepackages with peerDependencies are incorrectly hoisted
@sokra wrote: What I Wanted to Do Install a package C, with two dependencies A and B, where A has a peerDependency on B, in into a project which has already another version of B hoisted to root...
View Article