You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed ts 1.2.0-SNAPSHOT (and deleted old 1.1 from eclipse update site). I have tsc installed locally (v 2.1.5). When opening ts file in eclipse, this error occurs:
I installed ts 1.2.0-SNAPSHOT (and deleted old 1.1 from eclipse update site). I have tsc installed locally (v 2.1.5). When opening ts file in eclipse, this error occurs:
Cannot find [tsserver] file /usr/local/lib/node_modules/typescript/bin/tsc/bin/tsserver
When looking the path above, you see "bin/tsc/bin/" which is wrong.
The right path is
"/usr/local/lib/node_modules/typescript/bin/tsc" (for tsc)
and
"/usr/local/lib/node_modules/typescript/bin/tsserver" (for tsserver)
I use Mac OS. So I guess, typescript.java searches (local installed) tsserver/tsc with wrong path.
Please correct this. Thanks.
The text was updated successfully, but these errors were encountered: