Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Cannot build from source: [email protected] does not support LTS Node version #962

Open
josh-hemphill opened this issue Nov 2, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@josh-hemphill
Copy link

Angular DevTools version (required): latest

Description of issue:

Attempting to build from source with the new LTS version of nodejs >v16.10.0 results in installation failing because the version of [email protected] is only compatible with node >=12.14.1 <16.0.0.

I checked, and the recent versions of ng-packagr do support >v16.10.0, so it should just be a matter of updating that dependency.

Steps to reproduce:

  1. Install Node LTS

  2. Clone Repo

  3. Run yarn (or any other install method)

Additional details:

The actual errors:

error [email protected]: The engine "node" is incompatible with this module. Expected version ">=12.14.1 <16.0.0". Got "16.11.0"
error Found incompatible module.
@josh-hemphill josh-hemphill added the bug Something isn't working label Nov 2, 2021
@josh-hemphill josh-hemphill changed the title Cannot build from source ng-packagr@12 requires node <16 which is now LTS Cannot build from source [email protected] does not support LTS Node version Nov 2, 2021
@josh-hemphill josh-hemphill changed the title Cannot build from source [email protected] does not support LTS Node version Cannot build from source: [email protected] does not support LTS Node version Nov 2, 2021
@JimMorrison723
Copy link

Merging #963 should solve this issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants