Closed aemaghrabi closed 8 years ago
They need to reinstall typings
. Tell them to do npm postinstall
.
You can also update to the webpack preview build that doesn't use typings
anymore: https://github.com/angular/angular-cli#webpack-preview-release-update
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Hi, I'm working on project with others contributors, but they working on Linux and Mac.
I working on Windows 10 and the project works fine without any sort of problem, until I do a CLI upgrade from
beta 6
tobeta 9
.After that they trying to run project from scratch and reinstall packages. When they running it the project shows this error:
On other side, the project works with me without any sort of problem.
As I understand the project did not create typings
main
andbrowser
, but my machine do that even if I delete them.