简体   繁体   中英

Typescript plugin for Eclipse not working

I'm trying to use the Typescript Eclipse plugin by Palantir, and whenever I try to open a Typescript file, I keep getting this error

java.io.IOException: Cannot run program "/usr/bin/node": error=13, Permission denied

I installed node globally with npm. How can I solve this?

a.) try reporting it here : https://github.com/palantir/eclipse-typescript/issues

b.) Nodejs is installed in /usr/local/bin not /usr/bin so you can create a symlink to fix it : "cd /usr/bin" "sudo ln -s /usr/local/bin/node"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM