cincheo / jsweet-examples

A set of simple examples to show what can be done with the JSweet transpiler (Java to JavaScript)
Apache License 2.0
37 stars 18 forks source link

Eclipse Plugin : cannot find Node.js #11

Closed tdebroc closed 8 years ago

tdebroc commented 8 years ago

I have node js in my path in my terminal but Eclipse can't find it: cannot find Node.js: install first and make sure that the 'node' command is in your execution path jsweet-examples Unknown JSweet Problem

renaudpawlak commented 8 years ago

Make sure that:

  1. even when you close the terminal and restart it, node and npm are still in your path
  2. you restart Eclipse too so that the path is up-to-date for Eclipse Keep me posted
renaudpawlak commented 8 years ago

This issue was moved to cincheo/jsweet#19