sebelga / gstore-node

Google Datastore Entities Modeling for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Compile Error

SeanningTatum opened this issue · comments

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';

I believe an issue + solution for this already exists: #223 😄

Sorry for the late answer. Yes indeed this is a duplicate of #223. I labeled it as a bug and hopefully we will be able to fix that soon. 👍