You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run tsc -p . && ncp src/schema dist/schema to build
Error:
node_modules/gstore-node/lib/index.d.ts:1:44 - error TS7016: Could not find a declaration file for module 'nsql-cache'. '/Users/sean/Desktop/goal_share_be/node_modules/nsql-cache/index.js' implicitly has an 'any' type.
Try npm install @types/nsql-cache if it exists or add a new declaration (.d.ts) file containing declare module 'nsql-cache';
The text was updated successfully, but these errors were encountered:
run
tsc -p . && ncp src/schema dist/schema
to buildError:
node_modules/gstore-node/lib/index.d.ts:1:44 - error TS7016: Could not find a declaration file for module 'nsql-cache'. '/Users/sean/Desktop/goal_share_be/node_modules/nsql-cache/index.js' implicitly has an 'any' type.
Try
npm install @types/nsql-cache
if it exists or add a new declaration (.d.ts) file containingdeclare module 'nsql-cache';
The text was updated successfully, but these errors were encountered: