-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
CI Cannot find module 'typescript' #1809
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
Comments
That doesn’t make any sense to me; 2.21.0 unconditionally required typescript (#1805), but 2.21.1 only does so when encountering typescript nodes. Can you share the code it’s erroring on? |
It's happened in travis CI env. I use the same Node and NPM version, with same command travis CI env failed, local development env is OK. Code: |
This line is unnecessary (the local one is used), but otherwise nothing looks out of place, and I can't reproduce it locally. (I'm not sure why Have you tried deleting all your travis-ci caches, and then rerunning the failed builds? |
It's seems good, when i remove travis-ci caches. |
Error:
Cannot find module 'typescript'
with [email protected] in CI:
https://travis-ci.com/github/raxjs/rax-vscode-extensions/builds/170236677

[email protected] is ok.
The text was updated successfully, but these errors were encountered: