yoman с gulp-angular генератором - ошибка ENOENT

Пытался сгенерировать приложение Angular с задачами gulp с помощью этого генератора, после того как генератор завершил работу, а Bower и NP также завершили установку своих зависимостей, я получил следующее сообщение об ошибке:

[email protected] node_modules/browser-sync
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
└── [email protected] ([email protected], [email protected])
execvp(): No such file or directory

events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:988:11)
at Process.ChildProcess._handle.onexit (child_process.js:779:34)

Любая помощь очень ценится


person Oleg Belousov    schedule 23.06.2014    source источник
comment
У меня сейчас эта проблема. Вы когда-нибудь находили решение?   -  person Jason McClellan    schedule 24.07.2014
comment
rm -rf npm_componenets и переустановить все заново   -  person Oleg Belousov    schedule 27.07.2014


Ответы (1)


Как отметил в комментариях ОП @Oleg Тихонов:

Удалите каталог npm_components и переустановите все

rm -rf npm_componenets
person Chic    schedule 19.03.2015