Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 76 forks source link

Install did not set paths #55

Closed molipha closed 11 years ago

molipha commented 11 years ago

Hi,

I tried to install but am redirected to the preferences window to set the paths for node, express and completions.json.

What are the correct values for these?

Thanks

paulvi commented 11 years ago

You should have node and express configured before installing Nodeclipse

Read carefully http://www.nodeclipse.org/updates/ page

paulvi commented 11 years ago

If more questions how to use, please ask on StackOverflow http://stackoverflow.com/questions/tagged/nodeclipse

paulvi commented 11 years ago

And of course you can enter path where your node and express are installed.

tomotaro1065 commented 11 years ago

Those settings will be set automatically in normally. Did you set those by hand?

paulvi commented 11 years ago

I guess @molipha doesn't know where node and express are installed.

tomotaro1065 commented 11 years ago

I guess @molipha have not installed node.js and express.

@molipha You should install node.js and express before installing Nodeclipse.

paulvi commented 11 years ago

:+1:

molipha commented 11 years ago

Hi,

Sorry I was away.

I have both node and express installed and know their paths, but I don't know the path, nor could I find it, of completions.json.

The situation may have something to do with my having Aptana already installed and it is also an eclipse style editor I believe.

paulvi commented 11 years ago

oh I see, completions.json path is not mandatory, it is already inside Nodeclipse. The only case you need to re-define completions.json location is if you want to add more templates inside.

Currently, it is similar to SublimeText suggestion, see #27 Improving Code Assist with SublimeText-Nodejs

paulvi commented 11 years ago

TODO add tooltip to say completions.json path is not mandatory

molipha commented 11 years ago

It looks like I'm good to go. Thanks for following up.