You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before writing your tests for step 4, Scott notes we need to update our karma.conf.js file. Afterwards, when running npm start you might get an error saying "cannot load webpack".
My Fix: I removed all the karma packages from my devDependencies in my package.json file & node_modules folder:
Before writing your tests for step 4, Scott notes we need to update our
karma.conf.js
file. Afterwards, when runningnpm start
you might get an error saying "cannot load webpack".My Fix: I removed all the karma packages from my
devDependencies
in mypackage.json
file &node_modules
folder:Next just install the new packages
The text was updated successfully, but these errors were encountered: