npm publishで公開しようとしてるのだがエラー出て公開できないです
アカウントにログインして.npmrcにbypass2FAアクセストークンをぶち込んでnpm publishしました
以下エラー
npm error code E404
npm error 404 Not Found - PUT https://registry.npmjs.org/peertube-plugin-hcaptcha-plus - Not found
npm error 404
npm error 404 'peertube-plugin-hcaptcha-plus@0.0.0' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /home/{USER}/.npm/_logs/2026-01-19T06_28_32_776Z-debug-0.log
1 0 1
返信
@yp3klknl への返信
"publishConfig": {
"access": "public"
},

これ?
0 0 1
@Kongyokongyo への返信
多分gitlabで可能かは知らんがgithub action的なのでやった方がターミナル経由よりもやりやすいかと。npmのログイン含めて。
0 0 0