Почему я получаю сообщение об ошибке при создании Nodejs Project в Eclipse для MacO и Windows? - PullRequest
0 голосов
/ 24 января 2019

Я установил NodeEclipse, и когда я пытаюсь создать проект NodeJSExpress, он просто создает пустой каталог, и на консоли я получаю сообщения об ошибках ниже (многие люди получили эту ошибку, но, кажется, никто из них до сих пор не получил должного ответа)

templateRoot: /Applications/Eclipse.app/Contents/Eclipse/configuration/org.eclipse.osgi/730/0/.cp/templates/common-templates RelativityFileSystemStructureProvider.getContents () вызывается.elemnt = / Applications / Eclipse.app / Contents / Eclipse / configuration / org.eclipse.osgi / 730/0 / .cp / templates / common-templates / .sublime-project RelativityFileSystemStructureProvider.getContents () вызывается.elemnt = / Applications / Eclipse.app / Contents / Eclipse / configuration / org.eclipse.osgi / 730/0 / .cp / templates / common-templates / .jshintrc Вызывается RelativityFileSystemStructureProvider.getContents ().elemnt = / Applications / Eclipse.app / Contents / Eclipse / configuration / org.eclipse.osgi / 730/0 / .cp / templates / common-templates / README.md RelativityFileSystemStructureProvider.getContents () вызывается.elemnt = / Применение / Eclipse.app / Содержание / Затмение / конфигурация / org.eclipse.osgi / 730/0 / .cp / шаблоны / общие-шаблоны / .settings / org.eclipse.wst.jsdt.ui.superType.containerВызов RelativityFileSystemStructureProvider.getContents ().elemnt = / Applications / Eclipse.app / Contents / Eclipse / configuration / org.eclipse.osgi / 730/0 / .cp / templates / common-templates / .settings / com.eclipsesource.jshint.ui.prefs RelativityFileSystemStructureProvider.getContents () называется.elemnt = / Applications / Eclipse.app / Contents / Eclipse / configuration / org.eclipse.osgi / 730/0 / .cp / templates / common-templates / .settings / .jsdtscope RelativityFileSystemStructureProvider.getContents () вызывается.elemnt = / Применение / Eclipse.app / Содержание / Затмение / конфигурация / org.eclipse.osgi / 730/0 / .cp / шаблоны / общие-шаблоны / .settings / org.eclipse.wst.jsdt.ui.superType.nameВызов RelativityFileSystemStructureProvider.getContents ().elemnt = / Applications / Eclipse.app / Contents / Eclipse / configuration / org.eclipse.osgi / 730/0 / .cp / templates / common-templates / .settings / org.eclipse.wst.jsdt.core.prefs templateRoot:/Applications/Eclipse.app/Contents/Eclipse/configuration/org.eclipse.osgi/730/0/.cp/templates/tern-node RelativityFileSystemStructureProvider.getContents () вызывается.elemnt = / Applications / Eclipse.app / Contents / Eclipse / configuration / org.eclipse.osgi / 730/0 / .cp / templates / tern-node / .tern-project

И я вижуниже исключение в журнале ошибок

java.lang.reflect.InvocationTargetException в org.nodeclipse.ui.wizards.ExpressProjectWizard $ 2.run (ExpressProjectWizard.java:147) в org.eclipse.jface.operation.ModalContext $ ModalContextThread.run (ModalContext.java:119) Причина: org.eclipse.core.runtime.CoreException: package.json не найден в org.nodeclipse.ui.wizards.ExpressProjectWizard.rewritePackageJson (ExpressProjectWizard) jjorg.nodeclipse.ui.wizards.ExpressProjectWizard.access $ 4 (ExpressProjectWizard.java:285) в org.nodeclipse.ui.wizards.ExpressProjectWizard $ 2.run (ExpressProjectWizard.java:137) ... еще 1 корневое исключение: org.eclipse.core.runtime.CoreException: package.json не найден в org.nodeclipse.ui.wizards.ExpressProjectWizard.rewritePackageJson (ExpressProjectWizard.java:289) в org.nodeclipse.ui.wizards.ExpressProjectWizard.access $ 4 (ExpressProjectWizard.java:285) в org.nodeclipse.ui.wizards.ExpressProjectWizard $ 2.run (ExpressProjectWizard.java:137) в org.eclipse.jface.operation.ModalContext $ ModalContextThread.run Modal:119)

Я уже установил Nodejs на мою машину.

Ниже приведены снимки экрана

enter image description here

enter image description here

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...