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
3
votes
3 answers

Trouble debugging nodeJS with nodeclipse (Failed to connect to Standalone V8 VM)

Hoping someone can help. I've been through every forum, the online help, every youtube, and every example to find an answer. This either means it's incredibly nuanced or incredibly simple and I'm just missing something that seems to work for…
Ziggleflig
  • 71
  • 1
  • 4
3
votes
2 answers

Tasks view in Eclipse not showing TODOs?

I'm running Eclipse Kepler with Nodeclipse and am having trouble getting the Tasks view to show my markers. I have defined my own FEATURE tag as "text contains FEATURE" but it's not showing up. I can't limit my node.js tasks to my own project.…
BadIdeaException
  • 1,994
  • 11
  • 26
3
votes
1 answer

Node Eclipse - Run and Debug - what is --tea-pot-mode

When I am running a node.js project in run or debug mode, node eclipse is appending --tea-pot-mode to the CLI arguments. I have searched the the IDE, documentation and the web but could not find anything that talks to what tea-pot-mode is and how to…
Timothy C. Quinn
  • 2,184
  • 1
  • 24
  • 35
3
votes
4 answers

Nodeclipse + nodemon error

When I try to run an express app in nodeclipse, it gives me the error, 23 Jan 11:58:04 - [33m[nodemon] v1.0.13[39m 23 Jan 11:58:04 - [33m[nodemon] to restart at any time, enter rs[39m 23 Jan 11:58:04 - [33m[nodemon] watching: .[39m 23 Jan 11:58:04…
Hammer
  • 7,509
  • 9
  • 39
  • 68
3
votes
2 answers

Eclipse project - add linked resources programmatically

An example of .project contains node_lib 2 E:/Nodejs/node-v0.10.22/node-v0.10.22/lib How to add linked resources…
Paul Verest
  • 51,779
  • 39
  • 174
  • 288
3
votes
1 answer

Refactoring Javascript "extract method" in Eclipse causes a crash

I have the nodeclipse plugin installed in Eclipse Juno, and I would like to use the "extract Method" function to refactor some JavaScript, however I get the following exception in ".log" in the workspace ".metadata" directory. I have the feeling…
nwaltham
  • 1,957
  • 1
  • 19
  • 38
2
votes
1 answer

Building workspace hangs at 50% invoking JSHintProblemChecker on : Eclipse

Recently installed nodeclipse plugin. Before that, things were normal. Any help would be appreciated. Thanks for your time in advance.
Raja
  • 43
  • 2
  • 7
2
votes
1 answer

Starting a Node.js app in Eclipse (using Nodeclipse plugin) results in Path must be a string error

I observed that the execution of a sample Node.js app in Eclipse (using the Nodeclipse plugin) results in the following error. path.js:8 throw new TypeError('Path must be a string. Received ' + ^TypeError: Path must be a string. Received…
Manglu
  • 9,336
  • 11
  • 41
  • 52
2
votes
0 answers

Adding source code Nodeclipse

I am experimenting Node.js with Express. I am using Nodeclipse plugin for Eclipse. Can any one please suggest me how to add/link source code of Express (generally any third party module) to the project in eclipse?
Ram Bavireddi
  • 1,069
  • 1
  • 16
  • 41
2
votes
1 answer

Nodeclipse, as referencing linked resources in javascript files?

I have a node application in nodeclipse and I have a "module not found" error when run this line of code: var routes = require('./routes/index'); This is because the index.js file is in a virtual folder in my nodeclipse project. How can reference…
Leob
  • 21
  • 1
2
votes
1 answer

Ctags like function code search for javascript with Nodeclipse

With nodeclipse, when i click on a function name, it doesn't take me to the module where the function definition is there (like ctags feature for c). for example, say var express = require('express'); var router = express.Router(); Now when i…
user2879704
2
votes
2 answers

new node.js express project is empty in eclipse

I am trying to open a node.js project in eclipse. I have installed the nodeclipse plugin as well as express and node.js. Now when I go and try to create a new "node.js express project" I get an empty project with the following error: Node.js…
Learner
  • 496
  • 7
  • 18
2
votes
0 answers

"Open Declaration", etc., pops up "The resource is not on a include path of a javascript project" in a Nodeclipse MEAN project

In Nodeclipse, "Open Declaration" "Open Type Hierarchy" and "Open Call Hierarchy" all seem to always pop up a message saying "The resource is not on a include path of a javascript project". This issue was encountered with an existing MEAN stack…
Daniel
  • 1,446
  • 1
  • 20
  • 35
2
votes
1 answer

Using Eclipse as Node.JS Remote Debugger (Connection Refused)

I've used the Using Eclipse as Node Applications Debugger (https://github.com/joyent/node/wiki/using-eclipse-as-node-applications-debugger) to attempt to remotely debug a node script. My environment consists of a MAC OSX (version 10.9.4) client on…
Ed Johns
  • 201
  • 3
  • 11
2
votes
1 answer

nodemon & nodeclipse wont autorestart on file change

I managed to setup nodeclipse with nodemon and I can now start my server.js script with monitor (nodemon) but something strance occurs: On file change (even on the server.js) nodemon wont restart In nodeclipse console I dont see the normal nodemon…
syd619
  • 2,952
  • 4
  • 39
  • 75
1
2
3
10 11