-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 2 project : need separate typings install
#818
Comments
Hmm, I have always had to do |
Yes, Angular documentation says so (I believe something like 'if your typings folder doesn't show up, do a With Yarn however I always have to do a |
I think it is related to #721 , usually Angular 2.0 project uses |
Can you reproduce this with |
@busches , I do not think you can reproduce this |
@br1anchen if you have a use case that can replicate the issue and confirm it's closed, that would be ideal. |
Yes, I can confirm it works with newer versions of Angular Quickstart. It worked since the @types versioning was introduced (I'm not sure in which version this was). So I feel the issue is correctly closed. |
Bug report
Current behavior
After using
yarn install
in an Angular 2 final (2.0.0) project with default settings (as described in Angular 2 Quickstart tutorial), subsequentnpm start
command fails. Apparently because typings haven't been executed/installed.expected behavior
npm start
should run the the project without issues.Workaround
After executing
yarn install
, if you manually executetypings install
, everything runs fine after executingnpm start
Please mention your node.js, yarn and operating system version.-
The text was updated successfully, but these errors were encountered: