Skip to content
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

[Updated] VSCode 1.9.1 Failed to Compile #2

Closed
Schezuk opened this issue Feb 24, 2017 · 4 comments
Closed

[Updated] VSCode 1.9.1 Failed to Compile #2

Schezuk opened this issue Feb 24, 2017 · 4 comments

Comments

@Schezuk
Copy link

Schezuk commented Feb 24, 2017

> typings -v
2.1.0

> typings i dt~node env~node --global --save
node
`-- (No dependencies)

node@6
`-- (No dependencies)

> typings install koa
typings INFO globaldependencies "koa" lists global dependencies on "node" that must be installed manually
koa@2.0.0
+-- cookies@0.6.1
| `-- keygrip@1.0.1
+-- http-assert@1.2.0
+-- keygrip@1.0.1
`-- koa-compose@^3.0.0
  `-- es6-promise

Compiling outcome:

typings/modules/koa/index.d.ts(120,30): error TS2307: Cannot find module 'https://raw.githubusercontent.com/types/npm-koa/a8dd0ae91ff03ff133ae9a04f7432a42fa7c05e8/lib/application'.
typings/modules/koa/index.d.ts(433,30): error TS2307: Cannot find module 'https://raw.githubusercontent.com/types/npm-koa/a8dd0ae91ff03ff133ae9a04f7432a42fa7c05e8/lib/application'.
typings/modules/koa/index.d.ts(757,30): error TS2307: Cannot find module 'https://raw.githubusercontent.com/types/npm-koa/a8dd0ae91ff03ff133ae9a04f7432a42fa7c05e8/lib/application'.
@felixfbecker
Copy link

Please describe your issue in english.

@Schezuk Schezuk changed the title VSCode 1.9.1 编译不通过 VSCode 1.9.1 Failed to compile Feb 24, 2017
@Schezuk
Copy link
Author

Schezuk commented Feb 24, 2017

@felixfbecker Issue updated.

@Schezuk Schezuk changed the title VSCode 1.9.1 Failed to compile VSCode 1.9.1 Failed to Compile Feb 24, 2017
@Schezuk Schezuk changed the title VSCode 1.9.1 Failed to Compile [Updated] VSCode 1.9.1 Failed to Compile Feb 24, 2017
@blakeembrey
Copy link
Member

blakeembrey commented Feb 24, 2017

Thanks for the report! It would appear that this is a regression from Typings when I added directory resolution. See typings/core#172. I'll look into a patch ASAP, thanks again!

@blakeembrey
Copy link
Member

It should be fixed with typings/core#173 if you reinstall Typings fresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants