FS#58512 - [npm] npm install fails with nodejs-lts-boron

Attached to Project: Community Packages
Opened by carbolymer (carbolymer) - Wednesday, 09 May 2018, 07:49 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 11 May 2018, 02:41 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
The package version 6.0.0-1 yields error:
TypeError: Object.entries is not a function
when invoking `npm install`: https://github.com/npm/npm/issues/20553 . This is because it contains NPM package npm-audit-report@1.0.5 which in order has the following bug:
https://github.com/npm/npm-audit-report/issues/9#issuecomment-387639773
This one shows up when using NodeJS 6. In order to fix this issue npm requires rebuilding with npm-audit-report >= 1.0.6. Supposedly the fix is not present in npm-audit-report >= 1.0.9 ( https://github.com/npm/npm-audit-report/issues/9#issuecomment-387639773 ) but I have no issues with this version.

Package versions:
* nodejs-lts-boron 6.14.2-1
* npm 6.0.0-1


Steps to reproduce:
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 11 May 2018, 02:41 GMT
Reason for closing:  Fixed
Additional comments about closing:  npm 6.0.1-1
Comment by Doug Newgard (Scimmia) - Thursday, 10 May 2018, 15:59 GMT
Fixed in npm 6.0.1-1?
Comment by carbolymer (carbolymer) - Thursday, 10 May 2018, 19:31 GMT
Looks like it's fixed in 6.0.1-1.

Loading...