-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
npm/run-script
#21Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Milestone
Description
Current Behavior:
Run npm install
on node v10.0 - v10.9, it will fail: https://github.com/ljharb/publishers/pull/8/checks?check_run_id=1834032724 / https://github.com/ljharb/es-value-fixtures/pull/2/checks?check_run_id=1833723968
Expected Behavior:
npm install
to complete successfully, as it does on node v10.10+ (since engines.node
is >= 10
)
Steps To Reproduce:
I suspect this will happen on any npm install
command on these node versions
Environment:
- Node: v10.0 - v10.9
- npm: v7.5.2
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release