WARN [config]: config.configure() is deprecated, please use config.set() instead.
WARN [plugin]: Cannot find plugin "karma-phantomjs".
Did you forget to install it ?
npm install karma-phantomjs --save-dev
INFO [karma]: Karma v0.10.2 server started at http://localhost:9018/
WARN [launcher]: Can not load "PhantomJS", it is not registered!
Perhaps you are missing some plugin?
Ottenere questo errore. Quando esegui npm, installa karma-phantomjs --save-dev, ricevo un errore.Impossibile installare phantomJS in Karma
npm ERR! 404 'karma-phantomjs' is not in the npm registry.
ho installato karma-phantomjs-Launcher --save-dev, ma ho ancora un errore durante l'esecuzione di orologio grugnito.
Qualcun altro si è imbattuto in questo problema?
@ karma-phantomjs @ semplicemente non esiste nel registro npm, qual è l'errore che si ottiene con @ karma-phantomjs-launcher @? il tuo gruntfile potrebbe anche aiutare ... – hereandnow78
Ive ha aggiunto il mio Gruntfile qui: http://pastebin.com/gzmcRSKF karma-phantomjs-launcher installato perfettamente bene. Non ho alcun errore. Tuttavia, quando eseguo il grunt watch, ricevo comunque l'errore relativo a phantomJS. Durante l'esecuzione di phantomjs --version ottengo un ritorno di 1.9.1. –