8.0.0-rc.0 requires zone.js version ~0.9.0 #14281
Labels
area: @angular-devkit/build-angular
freq4: critical
Happens to many users every day
severity5: regression
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: last one.
Description
A clear and concise description of the problem...I have an existing project whose package.json had "zone.js": "^0.8.29" dependency. Looks like the switch to the evergreen version now requires ~.0.9.0
🔬 Minimal Reproduction
ng build --production with "zone.js": "^0.8.29" gives the following error.
ERROR in ./src/polyfills.ts
Module not found: Error: Can't resolve 'zone.js/dist/zone' in '/Users/jimoneill/WebstormProjects/commerce/src'
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: