FS#71149 - [eslint] Remove or fix link to acorn binary

Attached to Project: Community Packages
Opened by Rose Kunkel (rosekunkel) - Sunday, 06 June 2021, 21:59 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 10 May 2023, 07:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

This package includes the broken symlink `/usr/lib/node_modules/eslint/node_modules/.bin/acorn -> ../acorn/bin/acorn`. The target file does not exist. This symlink should be removed or replaced with a symlink to `/usr/lib/node_modules/acorn/bin/acorn` (or, as a relative path, `../../acorn/bin/acorn`).

Package version: 7.28.0-1
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 10 May 2023, 07:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  eslint 8.0.0-2

Loading...