Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Orion on Windows

Hello,

just have downloaded the eclipse-orion-12.0-win32.win32.x86.zip and installed it to a windows XP machine

Also Node v4.4.7 is installed and works fine.

However when creating a simple testNode.js file with "console.log("Hello");" as only content. Orion complains about 'console' is undefined' and the console does only know help as command

From the WIKI https://wiki.eclipse.org/Orion/Node/Getting_started it is mentioned "This implementation of Orion supports developing your own Node applications with Orion's editing environment. "

Can anyone please clarfiy why orion complains about console.log and why orion does not give access to the windows console ?

Many thanks
Volker

P.S. it would be charming to develop through orion remotely a node.js application


Back to the top