0

Recently I installed the AngularJS Eclipse plugin (Link).

I use Eclipse Luna. I followed the Getting Started section and made all described steps.

But the tern seems to work not properly.

The Tern cannot find the names of my controllers, modules, cannot navigate to it.

It seams NodeJS (which I installed in C - PrgrammFiles) works properly, but on the console I get following error:

I also get an empty Angular Explorer view

I googled but couldn't find any solution.

Please help me.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
N.Zukowski
  • 600
  • 1
  • 12
  • 31
  • Sorry for the links, I dont have anough reputaton to post a styled question. – N.Zukowski Aug 29 '15 at 18:44
  • 1
    Please create an issue at https://github.com/angelozerr/angularjs-eclipse/issues and share your project (create a github project for that) – Angelo Aug 31 '15 at 08:57
  • Welcome to Stack Overflow. I have inserted your images for you; however, two of the images only contain text. It would be better if you pasted that text into the question and not and image of the text! This can be done using the [edit] button. This will make it easier for people to understand your question and give you a timely answer. – Brian Tompsett - 汤莱恩 Aug 31 '15 at 21:10

1 Answers1

0

Installing the 1.0.0-SNAPSHOT from the following site did the trick for me. Now the AngularJS Eclipse plugin work as expected.

Go in Eclipse to Help - Install new software.. - and paste the link as described in the following section:

Update site for 1.0.0-SNAPSHOT is available at http://oss.opensagres.fr/angularjs-eclipse/1.0.0-SNAPSHOT/

N.Zukowski
  • 600
  • 1
  • 12
  • 31