-
Notifications
You must be signed in to change notification settings - Fork 122
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
Unmet dependency typescript 2.3.3 || ~1 #407
Comments
what version of npm do you have? |
@nycdotnet 4.1.2 |
Thanks for the reply, @GaikwadPratik . I think this is a "problem" with npm - not really a bug but just something weird about how it works with peer dependencies vs things installed globally. Is your concern that you are getting a warning you don't expect, or is grunt-ts not working with your global TypeScript? If the latter, what is the problem with installing TypeScript in the project? That's typically the way I see things work best because it allows each project to have a stable TypeScript compiler version. |
@nycdotnet I am getting issue with |
Well to be honest I thought it would work with the globally installed TS if TypeScript wasn't there. I can't change the npm warning, but I agree this is a grunt-ts bug. I will investigate. For now, install TypeScript locally. |
While installing I am getting below error:
The typescript installed is 2.4.2.
The typescript is installed globally. Still getting the above issue. But when typescript is installed locally, this issue doesn't occur.
The text was updated successfully, but these errors were encountered: