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.

Installation problems (Failed at the hummus@1.0.82 install script.)

See original GitHub issue

I just reinstalled Nodejs and npm, and then followed your installation instructions but got lots of errors. The errors ended in the following:

3825 error code ELIFECYCLE
3826 error errno 1
3827 error hummus@1.0.82 install: `node-pre-gyp install --fallback-to-build`
3827 error Exit status 1
3828 error Failed at the hummus@1.0.82 install script.
3828 error This is probably not a problem with npm. There is likely additional logging output above.
3829 verbose exit [ 1, true ]

How do I resolve this? Or should I try only to use your Docker version?

Issue Analytics

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

github_iconTop GitHub Comments

5reactions
jonathanlillycommented, Sep 28, 2017

Maybe this will help.

This worked for me:

$ sudo npm install -g --unsafe-perm hummus
$ sudo npm install -g --unsafe-perm decktape

But I had to install hummus before decktape, otherwise I got errors.

0reactions
thecountoftuscanycommented, Jun 4, 2018

I am facing the same issue on Ubuntu. The problem might be related to node-pre-gyp. After installation, node-pre-gyp -help gives:

 fs.js:646
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open '/home/nishant/package.json'
    at Object.fs.openSync (fs.js:646:18)
    at Object.fs.readFileSync (fs.js:551:33)
    at Run.parseOpts [as parseArgv] (/usr/local/lib/node_modules/node-pre-gyp/lib/node-pre-gyp.js:136:36)
    at Object.<anonymous> (/usr/local/lib/node_modules/node-pre-gyp/bin/node-pre-gyp:24:6)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)
Read more comments on GitHub >

github_iconTop Results From Across the Web

npm install error · Issue #93 · galkahana/HummusJS - GitHub
Failed at the hummus@1.0.58 install script 'node-pre-gyp install --fallback-to-build'. npm ERR! Make sure you have the latest version of node.js ...
Read more >
Unable to install hummus npm module - Stack Overflow
Failed at the hummus@1.0.60 install script node-pre-gyp install -- fall > back-to-build npm ERR! This is most likely a problem with the hummus...
Read more >
Installation error with msi file: "1: The InstallScript engine is ...
Installation error with msi file: "1: The InstallScript engine is missing from this machine." Hello, I hope someone can help me with this:...
Read more >
736 kB - Hugging Face
... 1 ·bill 1 ·leading 1 ·problems 1 ·feet 1 ·moving 1 ·football 1 ... 1 ·Egypt 1 ·touchdown 1 ·offices 1 ·quit...
Read more >
Installation npm install error - Sharetribe Go Community Edition
It gave me the following error. I tried both latest and v6.1.0 release. They both failed the same way, Error log is shown...
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