问题标签 [nodeclipse]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
428 浏览

eclipse - 在 Eclipse 中使用 (*.p2f) 文件的 nodejs 配置

我是 nodejs 环境的新手。我刚开始学习 nodejs,但我被环境设置困住了。

当我尝试使用从 eclipse 市场支持站点下载的 nodejs 的 *.p2f 文件设置环境时,出现以下错误

nodejs-eclipse问题

帮我解决问题

在此处输入图像描述

在 Node Tool Suite 中使用 .p2f 文件的配置问题

0 投票
1 回答
1132 浏览

javascript - jshint ignore:line with Eclipse issue

When applying jshint ignore:line comment to suppress JSHInt Expected '===' and instead saw '==' for a line

I got error sign on the left ruler (instead of warning)

That is applying the config makes it even worse.

jshint ignore:line config is taken from JSHint Documentation http://www.jshint.com/docs/

JSHint Integration v0.9.9 comes with JSHInt 2.1.10 , see https://github.com/eclipsesource/jshint-eclipse

Is this JSHint bug or this option was not implemented in 2.1.10 ? JSHint Integration bug?

Of course I can configure "eqeqeq" : false in .jshintrc inside project, but my intention is to only disable it for 1 line.

0 投票
2 回答
2440 浏览

eclipse - 如何将 Github 存储库导入 Nodeclipse (Enide)?

我已经启动并运行了 Nodeclipse (Enide Studio),我可以在 Enide 中编辑代码并运行一个简单的“Hello World”Node.js 应用程序。但是,我不知道如何将一个 Node.js 项目从 Github 导入 Enide 并在“Node”视角下运行它。有人可以告诉我步骤吗?

0 投票
1 回答
196 浏览

eclipse - Node.js 和 Eclipse 集成

我已经安装了 nodeclipse 的更新,但是即使我在 node 文件夹中运行它们,我也无法运行我的 java 脚本文件。我收到这些错误,例如:1)配置异常 2)找不到存储库

0 投票
1 回答
2012 浏览

eclipse - Eclipse p2 控制器应用程序无法更新功能

我正在开发Node.js 脚本以使用Eclipse 内置 p2 导向器应用程序安装 Eclipse 插件。在某些情况下,p2-director 无法更新功能。

我也尝试同时通过.feature.jarfeature.group

这可能与.maven功能包括.maven.common插件有关。.common插件也被其他功能使用。
然而,这也发生在其他没有共享依赖关系的特性上。p2 director 帮助页面没有指定逻辑,也没有给出参考。

0 投票
1 回答
325 浏览

eclipse - 在 Enide Studio 中启动 hello-world-server.js 时出错,CreateFileandSetSecurity 以 FALSE 失败(预期在 FAT 分区上)GLE:3

我正在尝试从 Enide Studio 0.5.33 (X32) 运行 hello-world-server.js 并收到以下错误,而我能够从命令提示符运行它

CreateFileandSetSecurity 以 FALSE 失败(在 FAT 分区上预期)GLE:3 CreateFileandSetSecurity 以 TRUE 失败(非预期)GLE:3

0 投票
1 回答
540 浏览

eclipse - Node Eclipse - 运行和调试 - 什么是 --tea-pot-mode

当我在运行或调试模式下运行 node.js 项目时,node eclipse 会将 --tea-pot-mode 附加到 CLI 参数中。我搜索了 IDE、文档和网络,但找不到任何与茶壶模式是什么以及如何禁用它有关的内容。

任何人都知道 --tea-pot-mode 是什么以及如何在 Node Eclipse 调试和运行 CLI args 中禁用它?

0 投票
2 回答
234 浏览

eclipse - Eclipse NodeJS 项目代码提示

我正在使用 Eclipse 4.3.1 开发一个新的 Node 项目,并且我已经安装了 Nodeclipse 0.10.0。在 nodeclipse.org 网站上,有一张图片显示了一些带有描述等的代码提示。我需要帮助来完成这项工作,因为我在没有这些提示的情况下编码时遇到了麻烦,因为这是我的第一个 Node 项目。谢谢

0 投票
1 回答
119 浏览

eclipse - 使用 Eclipse nodeeclipse 问题调试 NodeJS

我可以使用 nodeeclipse 插件调试 nodejs。我唯一的问题是单步执行过程中的悬停不显示完整的属性列表。这是我可以解决的问题吗?

也有人可以创建添加 nodeclipse 标记行吗?

0 投票
2 回答
19894 浏览

javascript - Node js +Error:监听 EADDRINUSE + 未处理的“错误”事件

我正在使用Eclipse 的nodeeclipse插件来运行我的节点 js 项目。以下 js 文件工作正常,但h1标记不工作。我只能看到纯文本。加上我在运行时遇到此异常。请帮助我出去。

文件

例外