Closed ghost closed 7 years ago
I'm using this import { StitchClient } from 'mongodb-stitch'; to use mongodb stitch in my nodejs application. I installed it using npm i -S mongodb-stitch. But i have an error stating module not found.
import { StitchClient } from 'mongodb-stitch';
npm i -S mongodb-stitch
Previous v0.0.15 is working
Apologies for this issue, the 0.0.27 version is broken. Newly published version (v0.0.28) addresses this so reinstalling should now work correctly.
I'm using this
import { StitchClient } from 'mongodb-stitch';
to use mongodb stitch in my nodejs application. I installed it usingnpm i -S mongodb-stitch
. But i have an error stating module not found.