Resolve cannot find module « /usr/lib/node_modules/karma-requirejs » plugin: Cannot find module ‘requirejs’

Problem :

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

solution

you have only to install the module globally like with this command :

Try removing the node_modules folder in your app and reinstalling.


Votre commentaire

Entrez vos coordonnées ci-dessous ou cliquez sur une icône pour vous connecter:

Logo WordPress.com

Vous commentez à l’aide de votre compte WordPress.com. Déconnexion /  Changer )

Image Twitter

Vous commentez à l’aide de votre compte Twitter. Déconnexion /  Changer )

Photo Facebook

Vous commentez à l’aide de votre compte Facebook. Déconnexion /  Changer )

Connexion à %s