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
Having @istanbuljs/schema version 0.1.2 already installed by some other dependency results in the error Cannot find module '@istanbuljs/schema/default-extension' error.
This happens because ^0.1.2 is already satisfied. And 0.1.2 doesn't have the default-extension.js module in it.
This can be solved by simply incrementing the patch number in the package.json.