Schmavery / drizzle-postgis

A Drizzle extension/plugin to help work with PostGIS and GeoJSON
https://schmavery.github.io/drizzle-postgis/
MIT License
13 stars 3 forks source link

Private package error #1

Closed toumku closed 5 months ago

toumku commented 6 months ago

I want to try this package. But is it private package or deleted?

When i try to pnpm add drizzle-postgis, below error occurs.

 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/drizzle-postgis: Not Found - 404

This error happened while installing a direct dependency of C:\code\orgs\hhyg\hilchin

drizzle-postgis is not in the npm registry, or you have no permission to fetch it.

An authorization header was used: Bearer npm_[hidden]
Schmavery commented 6 months ago

@toumku sorry about this, I haven't gotten around to actually publishing the package yet 🤦 I'll try to get to it soon, in the meantime, feel free to copy the *.ts files from https://github.com/Schmavery/drizzle-postgis/tree/main/src into your project?

Guess I was a little too optimistic when writing the README 😆

Schmavery commented 5 months ago

Ok this is now published. Please try again! :)

ehsan2003 commented 5 months ago

by the way It worth mentioning that npm supports direct links from github to be installed as packages I guess this will work :

npm install Schmavery/drizzle-postgis
Schmavery commented 5 months ago

did it work for you? wasn't sure if the typescript would be handled properly