Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

368
Views
How can I run nodejs in eclipse?(javascript runtime does not appear in eclipse preferences)

Maybe similar questions found but those are very old and recommending outdated plugins. -I'm using eclipse Ide for enterprise java developers 2021-06 and installed Nodejs 16.3 and Npm.
As eclipse news says, Eclipse Neon and later will support jnodejs by default and you can configure runtime but I don't see any runtime in javaScript section in preferences and any option related to nodeJs and JavaScript in import sections. I tried to install nodeClipse plugin but encountered errors. When I import nodeJs project as general project, I get this error. C:\Users\Hamidreza Abroshan\Documents\workspace-spring-tool-suite-4-4.12.0.RELEASE.metadata.plugins\org.eclipse.wildwebdeveloper.embedder.node\node-v14.15.4-win-x64\node.exe index.js D:\dclm\dclm-customer-interaction-worker\dclm\node_modules\grpc\src\grpc_extension.js:55 throw error; ^

Error: Failed to load gRPC binary module because it was not installed for the current system Expected directory: node-v83-win32-x64-unknown Found: [node-v93-win32-x64-unknown] This problem can often be fixed by running "npm rebuild" on the current system Original error: Cannot find module 'D:\dclm\dclm-customer-interaction-worker\dclm\node_modules\grpc\src\node\extension_binary\node-v83-win32-x64-unknown\grpc_node.node' Require stack:

  • D:\dclm\dclm-customer-interaction-worker\dclm\node_modules\grpc\src\grpc_extension.js

**Note: I can run this project from command line successfully with npm run start. Thanks in advance.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I found this way, but if you found better way, please post your answer. First, import the app as general project E.G, file>import>general>existing project in to workSpace. Then, open project explorer view and find package.json. Write click on that and choose run configuration.

choose launch npm and create new configuration. Now, in npm command enter run start and in package.json file enter the file's address. Hit run and your app will run successfully. This config should be done for the first time and for later times, you can go to runAs and choose npm... If you can not find package.json, open Cmd and navigate to project root folder and type npm run start and it will download some dependencies and create package.json also.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!