Eclipse Marketplace" on the Eclipse IDE interface; 2. Enter "nodeclips" query in Find; 3. Select "nodeclipse1.0.2" and click Install."/> Eclipse Marketplace" on the Eclipse IDE interface; 2. Enter "nodeclips" query in Find; 3. Select "nodeclipse1.0.2" and click Install.">
Home > Article > Web Front-end > How to install node.js in eclipse
How to install node.js in eclipse: 1. Click "help–>Eclipse Marketplace" on the Eclipse IDE interface; 2. Enter "nodeclips" query in Find; 3. Select "nodeclipse1.0.2" and click Install .
The operating environment of this article: Windows 7 system, nodeclipse version 1.0.2, Dell G3 computer.
How to install node.js in eclipse?
Installing node.js development environment based on eclipse
##IntroductionEclipse is an open source, Java-based extensible development platform. Different development environments can be easily constructed through plug-in components. eclipseVersion: Oxygen.3a Release (4.7.3a)
on the EclipseIDE interface Enter nodeclipse query in Find: select nodeclipse1.0.2, click Install
in the lower right corner. Select the installed module according to your own needs. The blogger configures it in the default way:
博The host prompted an error socket error during installation:
Open eclipseIDE and click help–>Install New Software:
Click Add and select the path to the installation package:
Select 1st Nodeclipse Core, others can be selected according to actual needs.
Click NEXT:
Select I accept the terms of the license aggrements, click finish, and wait for the installation to complete:
During the installation process, a warning box may pop up, prompting that the software does not have signature authentication. You can ignore it and click install anyway
Restart eclipse (restart now):
After restarting, create a new You can already see Node.js Prohect in the project, and you're done.
nodejs video tutorial"
The above is the detailed content of How to install node.js in eclipse. For more information, please follow other related articles on the PHP Chinese website!