You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Same issue here, when I updated my angular project from version 8.x.x to 9.x.x and tried to get a production build with ng build -c <config> but eventually found a way to get around it.
I just removed node_modules, package-lock.json and run npm install.
3.7
, currently available as[email protected]
master
lib/index.ts incorrectly re-exports two types from plugins.ts:
The references in the type aliases should be circular, but in current versions of Typescript, are not. The correct way to write this is:
In Typescript 3.7 the current code will be an error. The beta is available as
[email protected]
.I'll create a PR shortly with the fix.
The text was updated successfully, but these errors were encountered: