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
Labels
bug
Something isn't working
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 withnode >=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:
Install Node LTS
Clone Repo
Run
yarn
(or any other install method)Additional details:
The actual errors:
The text was updated successfully, but these errors were encountered: