Questions tagged [nodeclipse]

Nodeclipse is a plugin that adds IDE functionality to the Eclipse for the Node.js.

Nodeclipse is a plugin that adds IDE functionality to the Eclipse for the Node.js.

The purpose of Nodeclipse is to create an environment in which development of Node is easy for a beginner to professional user.

Useful Links

151 questions
29
votes
4 answers

Eclipse hangs on copy/cut for JavaScript files

I have Eclipse Kepler and NodeEclipse plugin installed. For NodeEclipse's performance reasons I have disabled content assistant for JavaScript files. Problem: Whenever I copy or cut some lines in JS files (ctrl+c / ctrl+x), the CPU usages goes 100%…
ankitjaininfo
  • 10,748
  • 7
  • 47
  • 74
23
votes
2 answers

How to ignore node shebang error in Eclipse?

I am writing some node command line utilities. They all start with the line: #!/usr/bin/env node With Eclipse Juno and the Nodeclipse Node.js plugin, this line of code produces an error as shown: OK, so # is not a valid comment character in…
Jess
  • 20,424
  • 18
  • 108
  • 130
11
votes
2 answers

Node js +Error: listen EADDRINUSE + Unhandled 'error' event

I'm using nodeclipse plugin for eclipse to run my node js project.Following js file is working properly but h1 tag is not working .I can only see a plain text.plus I'm getting this exception in the runtime.please help me out. javascript file var…
Amila Iddamalgoda
  • 3,664
  • 10
  • 42
  • 78
10
votes
1 answer

Error with autocomplete in Eclipse

I am running Eclipse 4.6.3 with GoClipse and NodeClipse installed. I have configured Go in Preferences -> Go. I want autocomplete to work for Go. However, it is giving me the error: writing to process input broken pipe See screenshots below for…
user6758349
10
votes
7 answers

Nodejs app fails to run in Nodeclipse

I setup Nodeclipse and wrote a simple hello app. When I try to run as a Node Appplication, I get the following error Exception occurred executing command line. Cannot run program "node" (in directory "C:\path\to\app"): CreateProcess error=2, The…
user3095242
  • 133
  • 1
  • 1
  • 6
6
votes
2 answers

How do I import a Github repository into Nodeclipse (Enide)?

I've got Nodeclipse (Enide Studio) up and running, and I can edit code and run a simple "Hello World" Node.js app from within Enide. However, I can't figure out how to import a Node.js project from Github into Enide and run it under the "Node"…
justwondering
  • 181
  • 1
  • 10
5
votes
3 answers

Installed Nodeclipse on Eclipse Kepler, cannot turn off Java spell check

I added Nodeclipse "Enide Studio 2014" plugins to the same Workspace as my Java projects (I usually don't do that). My Node Perspective worked great, I created a new Node project and it all worked great. Then I went back to my Java Perspective and…
JasonH
  • 549
  • 9
  • 18
5
votes
2 answers

Nodeclipse Debugger stops on the first line, even after clearing all breakpoints

I believe this is a bug in the NodeClipse IDE for Eclipse. Even after I delete all the breakpoints in the IDE, the debugger stops on the first line, it is driving me nuts. At the end of the day having to look for the minuscule "Continue" button is…
João Rocha da Silva
  • 3,869
  • 4
  • 22
  • 35
5
votes
2 answers

Nodeclipse Debugging Won't Stop at Breakpoints

I'm trying to debug a test Node app with Nodeclipse in Eclipse. I am following the directions under "debugging" from the Nodeclipse home page. I set a breakpoint via the ruler, right click the file, and select debug as Node Application. Eclipse…
4
votes
4 answers

Strange characters in Nodeclipse console

I am seeing strange characters in the console output when using Nodeclipse. Any idea what might be causing this? I don't think it is an Eclipse encoding issue since most of the text is fine. npm http 304 https://registry.npmjs.org/core-util-is npm…
theblang
  • 9,669
  • 9
  • 61
  • 116
4
votes
1 answer

Nodeclipse won't run or debug app on OSX Maverick, nodeclipse 0.8.0, and JDK 1.7.03_45

When I try to run or debug a nodejs app I get and error: java.io.IOException: Cannot run program "node" (in directory "/Users//Documents/Projects/"): error=2, No such file or directory. I can run the app just fine in the the…
Todd
  • 53
  • 7
4
votes
3 answers

code completion do not work in Nodeclipse 0.4

Are there something that I messed up, when installing Nodeclipse 0.4 so I can not do code completion since my code is worked. EDIT: as you can see at picture, - the red one is Node mode in Eclipse Kepler which enable after Nodeclipse installed…
Ahmad Azwar Anas
  • 1,271
  • 12
  • 22
3
votes
1 answer

Eclipse Open Declaration Error - Does not resolve to a Javascript element

I am running the Node.js plugin in Eclipse (Nodeclipse). Whenever I try to do open declaration (f3) on a function inside a js file, Eclipse gives me the error "Current text selection does not resolve to a Javascript element" Inside my .project…
OneMoreQuestion
  • 1,544
  • 2
  • 19
  • 43
3
votes
2 answers

Does Eclipse send a termination signal when a Node.js program is stopped from the console?

I am using Eclipse for Node.js development, along with the Nodeclipse Plugin. I am curious to know, that for a node.js program which is launched via Eclipse, how does Eclipse stop the process, when the stop icon in the console is pressed? My node.js…
ProgFan666
  • 63
  • 1
  • 4
3
votes
2 answers

nodeclipse only allows debugging of 1 .js file at a time

NodeClipse only allows debugging of 1 .js file at a time. If I set a breakpoint in a different .js file the breakpoint is never hit. Error is "source is not available". NodeClipse is not able to load source of different files in the debug…
user4498489
1
2 3
10 11