cratedigger
cratedigger copied to clipboard
Unable to install project
Hello,
This seems like a very interesting project, however it's not possible to install it currently.
Probably the dependencies are too old or something similar.
Any chance to update the project?
Trying npm install --save-dev cratedigger.js
error is:
npm ERR! code ENOVERSIONS
npm ERR! No valid versions available for cratedigger.js
Trying to clone the project and running npm install, there are multiple errors, last one being:
ReferenceError: primordials is not defined
at fs.js:36:5
Thank you.
This worked for me: stackoverflow.com/a/58394828
Thanks! It worked also for me with one of the solutions from that page.