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.

Install error with Node 13

See original GitHub issue

Have already ran npm rebuild and npm install as suggested but no help.

$ npm install -g decktape
/usr/local/bin/decktape -> /usr/local/lib/node_modules/decktape/decktape.js
+ decktape@2.10.0
updated 67 packages in 1.768s

$ decktape --chrome-arg=--allow-file-access-from-files --chrome-arg=--disable-web-security remark kubernetes_xtradbcluster.html ~/Desktop/kubernetes_xtradbcluster_20191214.pdf
internal/modules/cjs/loader.js:1190
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: The module '/usr/local/lib/node_modules/decktape/node_modules/hummus/binding/hummus.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 59. This version of Node.js requires
NODE_MODULE_VERSION 79. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1190:18)
    at Module.load (internal/modules/cjs/loader.js:976:32)
    at Function.Module._load (internal/modules/cjs/loader.js:884:14)
    at Module.require (internal/modules/cjs/loader.js:1016:19)
    at require (internal/modules/cjs/helpers.js:69:18)
    at Object.<anonymous> (/usr/local/lib/node_modules/decktape/node_modules/hummus/hummus.js:5:31)
    at Module._compile (internal/modules/cjs/loader.js:1121:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1160:10)
    at Module.load (internal/modules/cjs/loader.js:976:32)
    at Function.Module._load (internal/modules/cjs/loader.js:884:14)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:21 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
astefanutticommented, May 15, 2020

Version 3.0.0 has just been released that contains cc7f2fbc342c667ab916e12c3c4cdc9fe1a43499. Let me close this.

2reactions
astefanutticommented, May 13, 2020

I’ve started experimenting with pdf-lib. I’m still working on reaching the same level of functionality, but it seems a very promising candidate. I’ll keep you posted ASAP.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error with node-sass when running npm install
I'm getting the following errors whenever I run npm install on a vue.js project 5769 error code 1 5770 error path /*my ...
Read more >
How to fix 'npm does not support Node.js v14' error on ...
My first attempt was updating over the top of my existing node.js installation. I then tried uninstalling node.js installation (Windows Add/ ...
Read more >
node-sass error node 16 - You.com | The AI Search Engine ...
Node -sass doesn't work well with newer node versions. You can work around this problem by (temporarily) downgrading your node version while installing...
Read more >
Node Sass does not yet support your current environment
Here is how you can fix node incompatibility error, using "Node Sass does not yet support your current environment" as an example.
Read more >
How to install the previous version of node.js and npm
In windows: npm install -g node@version. Example: npm install -g node@10.9.0 · In linux: sudo apt-get install nodejs=version-1chl1~precise1.
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