Help! Suddenly "Cannot find module 'wix-window-frontend' nor 'wix-pricing-plans-frontend' "?

My code has worked flawlessly, but suddenly I have error messages on two imports

import { orders } from 'wix-pricing-plans-frontend';
import wixWindowFrontend from 'wix-window-frontend';

My code still seems to work though?

I’ve got these other imports, maybe they’re related?

import wixUsers from 'wix-users';
import wixData from 'wix-data';
import wixLocation from 'wix-location';

Can you share the exact error message?

The error was as in the title: “Cannot find module ‘wix-window-frontend’” and “Cannot find module ‘wix-pricing-plans-frontend’”

The error is gone now. It’s kinda scary that your servers fault like that out of the blue sometimes