O executável Node.js não pode ser encontrado

0

Estou usando o Ubuntu 16.04. Eu instalei node-eclipse no meu sistema. Quando tento criar um novo projeto, o console node-eclipse mostra esse erro

Node.js executable can't be found!
null
 /home/melbin/eclipse/jee-neon/eclipse/configuration/org.eclipse.osgi/1001/0/.cp/express/bin/express /tmp/express-work/1469790068444/prjct --ejs 
Unexpected Exception.

Eu já instalei node.js e node express.

    
por Melbin Mathai 29.07.2016 / 13:07

1 resposta

0

Tente usar o comando exato:

nodeclipse--helpUsage:nodeclipse[arguments]'nodeclipse--helpinstall'forNodeclipseCLIInstallerHelpArguments:-c,--create<name>createprojectfolderandprepareit-u,--use<template>use/copyspecifiedtemplatewhencreatingproject-p,--prepareprepareNodeclipse[Node.js]projectforimport,i.e.addneeded'.project'fileandother'.*'files('.gitignore','.jshintrc','.settings/')ifthereisno'.project'yet-g,--eclipse_project_generalprepareGeneralEclipseprojectforimport,i.e.addonlyneeded'.project'file-n,--name[<name>]projectname(defaultisfoldername)-h,--helpthishelpscreen-v,--versionprintnodeclipseCLI'sversion-V,--verbosebeverboseTemplatesarejustfoldersinthisprojectsources:hello-worldThefamoushelloworldHTTPserverin6lineshello-coffeeThesameserverwritteninCoffeeScripthello-typescriptThesameserverwritteninTypeScripthello-htmlTemplatewithHTMLfiletemplate-gradle-javaGradleJavaprojecttemplate-maven-javaMavenJavaproject

Ou

TenteconfigurarocaminhoemPreferências==>NodeclipsetambémInstaleosseguintespacotesiráajudá-lo.

sudoapt-getupdatenpminstall-gnodeclipse

Vejamais aqui

    
por Ramesh Chand 29.07.2016 / 16:11