Bug on run
andrewjaykeller opened this issue · 1 comments
andrewjaykeller commented
I was trying to run the examples but when i did npm start
i got:
src/api/firebase/deviceStore.ts:4:9 - error TS2459: Type 'FirebaseNamespace' has no property 'database' and no string index signature.
4 const { database } = firebase;
~~~~~~~~
src/Notion.ts:2:25 - error TS2307: Cannot find module '@neurosity/ipk'.
2 import { metrics } from "@neurosity/ipk";
~~~~~~~~~~~~~~~~
[17:43:15] Found 2 errors. Watching for file changes.
alexcastillo commented
Fixed.