lambrohan / nestjs-meilisearch

Meilisearch module for nestjs applications.
https://www.npmjs.com/package/nestjs-meilisearch
MIT License
22 stars 7 forks source link

@lambrohan you're sure the release is good ? I got some errors : `Cannot find module 'nestjs-meilisearch' or its corresponding type declarations.` #9

Closed jclappiway closed 1 year ago

jclappiway commented 1 year ago

@lambrohan you're sure the release is good ? I got some errors : Cannot find module 'nestjs-meilisearch' or its corresponding type declarations. Meanwhile I fixed it with an npm run build inside the node_module but now it's time to CI :P

Originally posted by @jclappiway in https://github.com/lambrohan/nestjs-meilisearch/issues/8#issuecomment-1706792606

jclappiway commented 1 year ago

https://registry.npmjs.org/nestjs-meilisearch/-/nestjs-meilisearch-2.1.4.tgz -> no lib folder

lambrohan commented 1 year ago

I have been using np to publish packages and it seems like there is problem with it now. Fixing https://github.com/sindresorhus/np/issues/656

lambrohan commented 1 year ago

Released new version should work now https://www.npmjs.com/package/nestjs-meilisearch/v/2.1.5 @jclappiway

jclappiway commented 1 year ago

👍