question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NPM 0.3.2 install failure

See original GitHub issue

When running

npm install --save-dev typechain

I get this

npm ERR! path myproj/node_modules/typechain/dist/cli.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod 'myproj/node_modules/typechain/dist/cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

I think maybe cli.js didn’t get included in the npm publish

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
krzkaczorcommented, Sep 13, 2018

Fix released as typechain@0.3.3. Sorry for that. The upside is that I added tests that will verify it for future.

0reactions
vkantchevcommented, Sep 13, 2018

Thank you

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm install fails on i-0.3.2 · Issue #702 - GitHub
npm install fails with the following error: npm ERR! fetch failed https://registry.npmjs.org/i/-/i-0.3.2.tgz npm WARN retry will retry, ...
Read more >
npm ERR! version not found: i@0.3.2 error - Stack Overflow
Please help. I am having a NPM app which when I downloaded locally and trying to do a "npm install" is throwing me...
Read more >
npm install errors - Google Groups
Hello Cesium users. I am fairly new to Cesium and trying to learn bit by bit. First obstacle I stumbled upon: Installing npm...
Read more >
Npm install error(fails) - M220JS - MongoDB
I found another thread (Post Title: Running NPM install will fails (can't link, exhausted max amount of links (2) as a new user)...
Read more >
Common errors | npm Docs
Possible temporary npm registry glitch, or corrupted local server cache. Run npm cache clean and/or try again later. · This can be caused...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found