coffeescript - Can not load "coffee", it is not registered! Karma error message -
i trying use karma coffeescript. following preprocessor line there in karma config file:
preprocessors: { '**/*.coffee': 'coffee' }
but getting error -
can not load "coffee", not registered!
perhaps missing plugin?
karma-coffee-preprocessor available devdependencies in package.json. has faced issue? thanks.
i figured out solution. because of not installing karma-cli. though installing karma globally enough. after installing karma-cli fine.
Comments
Post a Comment