Bug report
Hi Takuya,
I’m trying to publish a new plugin but getting a 404 error from github on registration, querying this url
I got past the registration by removing the git@github.com:
part of the repo url on my package.json
, but then got this other error:
Failed to fetch https://raw.githubusercontent.com/picklecillo/inkdrop-plugin-zettelkasten/0.2.0/package.json?_ts=1684023477132: Request failed with status code 404
Environment
- Platform: macOS
- Platform version: Big Sur 11.6.2
- App Version: 5.5.3
> ipm -v
ipm 2.6.3
npm 6.14.16
node 16.9.1 x64
inkdrop 5.5.3
python 3.8.5
git 2.34.0
How to reproduce
ipm publish minor
I’ve published plugins before. Am I doing something wrong?
Thanks!