benallfree / pbscript

Typescript/JavaScript serverless cloud functions for PocketBase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@pbscript/core is not in the npm registry

jkdoshi opened this issue · comments

I get this error - @pbscript/core is not in the npm registry - when I try to install it with any of the following:

  • npm install (with ./package.json)
  • npm install -S @pbscript/core
  • pnpm install -S @pbscript/core

npx pbscript ... also fails.

Ah, yes because I haven't published any packages yet. Sorry about that, I'll do it soon :)