-
Notifications
You must be signed in to change notification settings - Fork 25
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
Use web-types from symlinked projects #1
Comments
@igisev It seems that the problem might be with |
It's my pleasure )
I performed "Invalidate caches / Restart" and suddenly it all worked! O_o The solution was in rebooting WebStorm =\ In the first project in the I believe that changes should be applied on the fly during development. |
@igisev That's actually great! The changes should definitely be updated, but I haven't foreseen that someone will use |
Thanks so much for the quick response. |
@igisev the issue has been fixed. The fix will be available in the 2019.2.1 release and EAPs |
Hey there! Thanks for your work! So for some reason I'm experiencing the same issue, even though I'm using WebStorm 2019.3 EAP Build #WS-193.5096.13. I have basically the same setup. 2 project, one connected to another with yarn link. |
I have the same issue using LernaJS which uses symlinks between multiple projects. |
@h311x @gejgalis unfortunately problems with stale symlinked folders are a known issue in IntelliJ platform - https://youtrack.jetbrains.com/issue/IDEA-65174 , https://youtrack.jetbrains.com/issue/WEB-25409 . |
@piotrtomiak these issues, it seems, have been created a really long time ago... One of them is even ten years ago Are they going to be solved any time soon? Or is there any info about it? |
@h311x I honestly don't know. The issue has been recognized as a very important now and it seems that it may be resolved in the next release cycle (2020.x). Please vote it and maybe put some comments. It may build up pressure on the core team to fix this. I am sorry for the inconvenience! If possible I'll try to get involved into fixing this. |
WebStorm 2019.2 EAP
We try to connect web types to our project as a local file.
types/web-types.json file
, and in thepackage.json
we added the line"web-types": "types/web-types.json",
yarn link
This does not work.
In the second project there are no visible components from the first project.
What are we doing wrong?
File
types/web-types.json
:The text was updated successfully, but these errors were encountered: