Fix: export '__spreadArray' was not found in 'tslib'
I ran into this error when using framer-motion
, but it looks like it affects several packages.
I was able to fix it just by running this command:
npm up
I ran into this error when using framer-motion
, but it looks like it affects several packages.
I was able to fix it just by running this command:
npm up