We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typings/react-cache.d
After installing the-platform and react-cache in my Typescript project, it will not build.
the-platform
react-cache
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.
node_modules/the-platform
typings/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing
the-platform
andreact-cache
in my Typescript project, it will not build.There are several errors of the variety:
Looking at the
node_modules/the-platform
folder, there is notypings/
folder.The text was updated successfully, but these errors were encountered: