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'npm outdated' throw an error (Cannot read property 'length' of undefined)
@FrankSansC wrote: What I Wanted to Do npm --global outdated What Happened Instead npm info it worked if it ends with ok npm verb cli [ '/usr/local/Cellar/node/11.10.1/bin/node', npm verb cli...
View Articlenpm 6.9.1 is broken due to .git folder in published tarball
@Raynos wrote: Running npm install npm@6.9.1 -g; npm install npm@6.9.0 -g fails. You can upgrade to latest npm but you cannot downgrade. This is due to npm ERR! EISGIT If you run npm pack npm to...
View ArticleGlobal installs (sudo npm i -g) fail on Mac after 6.5 upgrade. Works fine...
@justingrant wrote: What I Wanted to Do Install a global package using sudo npm -g on my Mac running NPM 6.5 What Happened Instead Every global install failed. Errors included many like this: WARN tar...
View Articlepackage-lock.json is not complete on first run for some modules.
@agirorn wrote: What I Wanted to Do Run npm install and not see any changes to the package-lock.json file recently been committed to git and no new dependencies have been introduced. What Happened...
View ArticleELIFECYCLE npm run-script build
@rvernica wrote: What I Wanted to Do > npm run-script build What Happened Instead /usr/src/.../setup # npm run-script build > setup@0.1.0 build /usr/src/.../setup > react-scripts build...
View Article[crash] npm ERR! cb() never called!
@gilbarbara wrote: What I Wanted to Do npm install to complete without errors What Happened Instead The process stopped without giving any description or writing a log Reproduction Steps A fresh...
View Article.DS_Store files show up after npm publish
@styfle wrote: What I Wanted to Do npm publish without .DS_Store files What Happened Instead npm publish worked but .DS_Store files are showing up in published artifact Reproduction Steps I can’t...
View ArticleENOAUDIT from registry.npmjs.org (503)
@emilis-tm wrote: What I Wanted to Do Run npm audit. Expected to get the npm audit security report for my project. What Happened Instead Got this error: > preact-demo@1.0.0 test:audit...
View ArticleAlways Reproducible "Maximum call stack size exceeded" npm install error
@reintroducing wrote: What I Wanted to Do I’ve written a CLI (similar to create-react-app) that takes care of some React project boilerplate for you. Part of the setup process is an npm install of...
View Articlenpm install for package with local dependency fails
@jhecking wrote: What I Wanted to Do Install a package that has local dependencies (i.e. “file:…”). What Happened Instead I get an error message that transitive dependency of the local dependency...
View Article