2014-10-03 2 views
2

Как указано в названии, когда я пытаюсьГлоток-imagemin опция деп не удалось

npm install gulp-imagemin 

Он бросает эти ошибки:

npm WARN optional dep failed, continuing [email protected] 
npm WARN optional dep failed, continuing [email protected] 
npm WARN optional dep failed, continuing [email protected] 
npm WARN optional dep failed, continuing [email protected] 
[email protected] node_modules/gulp-imagemin 
├── [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]) 

и плагин больше не работает, кто знает, что продолжается? Благодарю.

Я нахожусь на OSX Mavericks, если это имеет значение.

+0

Вы пробовали 'npm cache clean'? –

+0

@ Aperçu да и не повезло. – pwnjack

ответ

2

Не удалось установить зависимости изображения-мин. Установка пакетов по отдельности устранит проблему:

npm install imagemin-gifsicle imagemin-pngquant imagemin-optipng imagemin-jpegtran --save-dev