the-platform icon indicating copy to clipboard operation
the-platform copied to clipboard

Module not found: Can't resolve 'react-cache'

Open Danzed opened this issue 5 years ago • 2 comments

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

Danzed avatar Aug 16 '20 23:08 Danzed

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.

tkrugg avatar Oct 01 '20 09:10 tkrugg

The plaform...

MatteoGauthier avatar Aug 12 '22 18:08 MatteoGauthier