FS#64540 - [npm] npm breaks on missing dependency after installation

Attached to Project: Community Packages
Opened by Daniel Attevelt (parallax) - Saturday, 16 November 2019, 20:03 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 16 November 2019, 20:27 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When installing the npm package with pacman -S npm it appears to install correctly.
When running 'npm' the following message appears:

node: error while loading shared libraries: libicui18n.so.65: cannot open shared object file: No such file or directory

After intstalling icu with pacman -S icu, the problem is resolved.


Additional info:
npm 6.12.1-1
icu 65.1-2

1) pacman -S nodejs
2) pacman -S npm
3) npm *ERROR*
4) pacman -S icu
5) npm *NO ERROR*

This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 16 November 2019, 20:27 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Partial updates are not supported

Loading...