Description
The plugin was failing to build for me because of a missing package: caniuse-lite.
Step-by-step reproduction instructions
rm -rf node_modules
nvm use
npm i && npm run dev
Consistently resulted in the following for me:
Error: Cannot find module 'caniuse-lite/...'
Manually installing the package (npm i caniuse-lite) fixed the issue for me.
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Description
The plugin was failing to build for me because of a missing package:
caniuse-lite.Step-by-step reproduction instructions
rm -rf node_modulesnvm usenpm i && npm run devConsistently resulted in the following for me:
Error: Cannot find module 'caniuse-lite/...'Manually installing the package (
npm i caniuse-lite) fixed the issue for me.Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes