Install error with Node 13
See original GitHub issueHave 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:
- Created 4 years ago
- Reactions:7
- Comments:21 (13 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version 3.0.0 has just been released that contains cc7f2fbc342c667ab916e12c3c4cdc9fe1a43499. Let me close this.
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.