Tag: nodeclipse

nodeclipsedebugging器configuration

我有问题configurationnodeclipse正确的debugging。 我configurationnodemon作为我的节点监视器,但它接缝debbuger不附加到我的程序,而是nodemon。 控制台说: /usr/local/bin/node –debug-brk=5858 /usr/lib/node_modules/nodemon/nodemon.js /myproject/server.js debugging器停在nodemon的第一行,但似乎没有看到我的程序断点。 有任何想法吗 ? 或者,有没有办法从neclipse运行程序,没有节点监视器似乎总是需要…

如何将选项卡更改为Nodeclipse .njs文件格式化程序中的空格

为JS文件编辑器设置代码格式化首选项很容易,但Node.xml Node.js文件编辑器又如何呢?

在Eclipse中构buildNodeJs应用程序

有没有办法在Eclipse IDE上使用Nodeclipse构buildNodeJs应用程序? 我试图在插件中find一个选项,但没有显示任何内容。 你可以帮我吗? 谢谢。

表示没有安装在我的机器上

我将node.js下载到我的Linux fedora core 18机器上。 之后用npm -g install express安装express。 问题是我无法find提供给喜好的Nodeclipse的快递文件。 因此,我使用express的应用程序无法编译表示未find。 我在这里错过了什么?

nodemon和nodeclipse不会自动启动文件更改

我设法用nodemon来设置nodeclipse,现在我可以用监视器(nodemon)来启动我的server.js脚本,但是会发生一些事件: 在文件更改(即使在server.js)nodemon不会重新启动 在nodeclipse控制台中,我看不到正常的nodemon输出,例如: 1 Aug 15:20:05 – [nodemon] v1.2.1 1 Aug 15:20:05 – [nodemon] to restart at any time, enter `rs` 1 Aug 15:20:05 – [nodemon] watching: *.* 1 Aug 15:20:05 – [nodemon] starting `node server.js` PS:我已经安装监控path到nodemon.js与-g参数安装我也不能创build任何types的运行configuration“节点与监视器” 如果没有任何其他选项,是否有任何方法可以在nodeclipse中甚至不使用nodemon来自动启动服务器…

Eclipse的debugging器:如何指定参数?

我需要使用参数的规范来启动Eclipse nodejsdebugging器。 从命令行启动nodejs应用程序的步骤如下: node myApp.js argumentValue 然后通过使用以下内容可以在应用程序内访问该参数的值: process.argv[1] 我不知道如何通过Eclipsedebugging器启动应用程序时添加参数值。

将nodejs项目导入到Eclipse中

我是新的日食,我有一个nodejs项目在我的本地系统。 另外我想要导入该nodejs项目结构到月食也我想做的手机apk文件。 Say for example simple app folder structure might be: -css -pages -js -index.html Java的知识应该在那里为apk开发? 如果不是的话,我怎样才能将我的nodejs前端项目导入到IDE中,并将其移植到移动应用程序中?

在nodeclipse中是否有任何unit testing集成?

我正确地认为nodeclipse还没有提供unit testing集成到JUnit吗? 我希望能够单独运行testing,通过脚本,文件夹…但似乎无法find一种方法来做到这一点。 埃里克

安装Nodeclipse时出错

我试图安装Nodeclipse,我发现,当我拖放链接到Eclipse菜单,它会出现一个对话框安装ENide ,一旦我开始安装插件,popup一个对话框通知我, installation encountered a problem : An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: org.eclipse.update.feature,angularjs-eclipse-feature,0.8.0.201501282321 No repository found containing: osgi.bundle,minimal-json,0.9.2 No repository found containing: osgi.bundle,org.eclipse.a.wst.html.webresources.core,0.9.0.201501272159 No repository found containing: osgi.bundle,org.eclipse.a.wst.html.webresources.ui,0.9.0.201501272159 No repository found containing: osgi.bundle,org.eclipse.angularjs.core,0.8.0.201501282321 No repository found containing: osgi.bundle,org.eclipse.angularjs.ui,0.8.0.201501282321 No repository found […]

如何使用Nodeclipse和node express来debugging客户端JavaScript和服务器端

我试图find在浏览器上运行的客户端javascriptdebugging,以及运行在node-express上的服务器端。 现在我喜欢它在Nodeclipse中一起完成 。 我pipe理debugging服务器端只使用远程debugging,这是好的解决scheme。 但是现在我怎么能debugging客户端呢?