the-platform
the-platform copied to clipboard
Module not found: Can't resolve 'react-cache'
Hi! tthis library threw me this error when I installed it.
./node_modules/the-platform/createResource.js Module not found: Can't resolve 'react-cache' in '/home/dan/dev/trino/web-trino/node_modules/the-platform'
React-Version: 16.13.1
react-cache is a peer dependency: https://github.com/jaredpalmer/the-platform/blob/master/package.json#L32
You need to make sure it's installed in your project.
The plaform...