-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Tests failing showing error TS5009: Cannot find the common subdirectory path for the input files. #807
Comments
It is because deno try to compile the typescript sources that are located in two different partition (c:\~\.deno\.., e:\... ) My solution right now is: |
Thanks a bunch. I think collaborators should find a way around this, because it could be a very common issue soon. |
Evevyone, would you tell me when will release this feature? It's very important for get IDE intellisense. |
@kitsonk Very thanks. So I can tracking the status. |
Any update here? looks like still not work.
use with different partition and set |
See #1383 |
Includes: - [feat: Add Source Maps APIs ](denoland/rusty_v8@49b92c1)
I ran into this error when running
python .\tools\test.py
OS: Windows 10 x64
Node version: v8.12.0
NPM version: v6.4.1
How to solve this issue?
P.S. Similar issue was faced here and here not sure if both are relevent but I can't figure it out still.
The text was updated successfully, but these errors were encountered: