Linux Mint 20 [Ulyana]: Installation utterly broken under NPM, all attempts to solve issues have failed, Percollate rendered unusable
See original GitHub issueEnvironment
- Operating System: Linux Mint (MATE) 20 Ulyana // Ubuntu Linux 20 derivative distro
node --version
: multiple, including recommended 10.0.0npm --version
: correspondingyarn --version
, if using Yarn:percollate --version
: 0.8.0
Description
The installation of Percollate via NPM on Linux Mint (MATE DE) 20 Ulyana (recommended version installed via NVM, as well as generic latest) does not work. It states that multiple dependencies have deprecated and that the installation has failed. I have reinstalled the OS, reinstalled only the recommended v10.0.0 of node.js via NVM and the issues have not been resolved.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[solved] Broken dependencies after upgrade Mint19.3 to Mint 20
Hi, i have some trouble after upgrade process. There are ca. 20 broken dependencies. Mint say I shold do "apt --fix-broken install", ...
Read more >Linux Mint 20 Ulyana black screen problem - graphic failure?
The screen is blank - all black. What can I do? I start to think that maybe my graphic card is broken and...
Read more >[SOLVED] Linux Mint 20 can't install new version of the ...
I opened the Update Manager today and it said a new version was available, but when I try to install it, I get...
Read more >Fix Broken Packages. SOLVED - Linux Mint Forums
You may be able to fix broken packages in Synaptic by going to edit tab and clicking on fix broken packages. Then apply....
Read more >New Upgrade tool absolutely unusable. - Linux Mint Forums
I'm going to wipe the disk and install from scratch. That was a massive waste of time and a negative improvement from all...
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
Node 10.18.1 didn’t work, but when I removed npm and node.js with sudo apt-get and installed v10.22.0 with NVM percollate installed and worked without issue. I would recommend a clean NVM installation with Node 10.22.0 for everyone running Linux Mint Mate Ulyana.
I would also recommend Percollate to everyone who wants to download web pages as PDFs. It’s simply the easiest and most well-formatted way to get the job done that I have found. Thanks so much for the help.
On Sun, 23 Aug 2020, 21:04 Dan Burzo, notifications@github.com wrote:
I’m glad you got percollate working, and thank you for the kind words!
I’ve now bumped the minimum Node version to 10.22.0 for good measure, but I’ll only publish a new version on npm with the next batch of updates.