2015-01-03 3 views
0

После установки Ионного Box, чтобы попытаться исправить проблемы с Cordova плагин, я получаю эти ошибки для ионного служить и т.д. (я уже завершением работы все виртуальные машины, AFAIK.ионная подача: events.js: 72 throw er; // необработанного «ошибки» событие

Портами 8100 , 35729 упоминания, но они, кажется, не могут быть использованы:

NetStat -p TCP | Grep // ничего не возвращает

 
RoverMR:build_feed rover$ ionic serve 
Gulp startup tasks: [ 'sass', 'watch' ] 
Running dev server: http://localhost:8100 
Running live reload server: http://localhost:35729 
Watching : [ 'www/**/*', '!www/lib/**/*' ] 
Ionic server commands, enter: 
restart or r to restart the client app from the root 
goto or g and a url to have the app navigate to the given url 
consolelogs or c to enable/disable console log output 
serverlogs or s to enable/disable server log output 
quit or q to shutdown the server and exit 

events.js:72 
throw er; // Unhandled 'error' event 
^ 
Error: spawn ENOENT 
at errnoException (child_process.js:1011:11) 
at Process.ChildProcess.handle.onexit (childprocess.js:802:34) 
RoverMR:build_feed rover$ 

ответ

3

я пропускал gulp для gulp sass

Jus t:

npm install -g gulp 
+0

Ницца, ответьте на свой вопрос. – BMW

 Смежные вопросы

  • Нет связанных вопросов^_^