Resolve cannot find module « /usr/lib/node_modules/karma-requirejs » plugin: Cannot find module ‘requirejs’
Problem : if you got a problem like thi s trying to start your karma when working with project ERROR [plugin]: Error during loading « /usr/lib/node_modules/karma-requirejs » plugin: Cannot find module ‘requirejs’ Solution you have only to install the module globally like with this command : Try removing the node_modules folder in your app and reinstalling.


