-
Notifications
You must be signed in to change notification settings - Fork 10
Strange issue, related to module resolution most likely #6
Comments
See related issue meteor/meteor#6177. Particular this comment will give more explanation meteor/meteor#6177 (comment). |
Thanks for the quick reply. As a temporary workaround I:
However, this doesn't really help for the other core meteor packages (like templating -- Do you have any suggested workaround or is it easiest to just let the temperature cool down since 1.3 just came out of the oven. |
As I can see in this file, |
typings can download over http/s. So instead of keeping a local copy you can just swap the value of |
I am a bit lost with this issue in 1.3 For now I have errors like
|
Try this (NB: temporary solution, real answer should involve an official typescript contribution):
At the end, your
|
^^ Edited, initial answer had the wrong typings install command ^^ |
Thw @jacobdr, indeed the typings.json contains the meteor line. But I have still the same errors. Do you know which type definitions I have to use? |
How can be sure if lib.d.ts is imported ? |
Im not really sure what you mean, but this line should in your
And your
Or, if you are using the
Let me know if that helps -- and if it doesn't, I would ask you to please re-open a new issue as this one is closed and its a little hard to keep track of your ongoing issue. |
I am getting the below compilation issues when trying to get up and running with barbatus:typescript@0.2.0...
@barbatus since you are the TS legend I was hoping that you might be able to provide some guidance.
Essentially, any npm packages that I have installed I can import without issue, but when it comes to the meteor core or other
meteor install
packages (like meteor-accounts-ui-bootstrap I get these issues. Might it have to do with my tsconfig.json?Thanks in advance.
Jacob
The text was updated successfully, but these errors were encountered: