'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