funbox / optimizt

CLI image optimization tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install does not work under mint 19.2

hugocoolens opened this issue · comments

I have attached the log-file which shows installation under mint 19.2 fails
npm-debug.log

Hey there.

I'm not sure that it's Optimizt's fault. According to your log file, you're using Node.js 8.10 & npm 3.5.2. Both are obsolete and no longer maintained. And it looks like there is a bug somewhere in them. Check this issue: npm/cli#681.

As I understand, the fastest way to fix it is to update your Node.js & npm. Would you mind to try to update and then install Optimizt again?

As I understand, the fastest way to fix it is to update your Node.js & npm. Would you mind to try to update and then install >Optimizt again?
I am a bit afraid to end with broken dependencies when I'd try to update those outside the Mint package install system. I'll try it
again once I have installed the latest Mint.

Feel free to reopen if the problem occurs.