After installing the-platform and react-cache in my Typescript project, it will not build.
There are several errors of the variety:
node_modules/the-platform/Audio.d.ts:1:22 - error TS6053: File '/Users/zaneclaes/OpenWorkShop/OpenWorkEngine/npm-packages/ui/node_modules/the-platform/typings/react-cache.d.ts' not found.
1 /// <reference path="typings/react-cache.d.ts" />
Looking at the node_modules/the-platform folder, there is no typings/ folder.
After installing
the-platformandreact-cachein my Typescript project, it will not build.There are several errors of the variety:
Looking at the
node_modules/the-platformfolder, there is notypings/folder.