PS F:\koiship\koishi-app> npm run build nqblacklist
> koishi-app@0.0.0 build
> yakumo build nqblacklist
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
esbuild: external\nqblacklist\src\index.ts -> external\nqblacklist\lib\index.js
PS F:\koiship\koishi-app> npm run pub nqblacklist --verbose
npm verbose cli C:\Program Files\nodejs\node.exe C:\Users\Lenovo\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js
npm info using npm@11.0.0
npm info using node@v20.17.0
npm verbose title npm run pub nqblacklist
npm verbose argv "run" "pub" "nqblacklist" "--loglevel" "verbose"
npm verbose logfile logs-max:10 dir:C:\Users\Lenovo\AppData\Local\npm-cache\_logs\2024-12-25T03_39_36_078Z-
npm verbose logfile C:\Users\Lenovo\AppData\Local\npm-cache\_logs\2024-12-25T03_39_36_078Z-debug-0.log
> koishi-app@0.0.0 pub
> yakumo publish nqblacklist
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
✖ Published 0 packages, 1 failed.
npm verbose cwd F:\koiship\koishi-app
npm verbose os Windows_NT 10.0.22631
npm verbose node v20.17.0
npm verbose npm v11.0.0
npm verbose exit 0
npm info ok
PS F:\koiship\koishi-app>
PS F:\koiship\koishi-app> npm login --registry=https://registry.npmjs.org
npm notice Log in on https://registry.npmjs.org/
Login at:
https://www.npmjs.com/login?next=/login/cli/0cda3285-14cc-43af-9b2a-c5d85150b843
Press ENTER to open in the browser...
Logged in on https://registry.npmjs.org/.
PS F:\koiship\koishi-app> npm run build
> koishi-app@0.0.0 build
> yakumo build
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
esbuild: external\nqblacklist\src\index.ts -> external\nqblacklist\lib\index.js
PS F:\koiship\koishi-app> npm run pub nqblacklist --registry https://registry.npmjs.org
> koishi-app@0.0.0 pub
> yakumo publish nqblacklist
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
✖ Published 0 packages, 1 failed.
PS F:\koiship\koishi-app> npm run pub -- --registry https://registry.npmjs.org
> koishi-app@0.0.0 pub
> yakumo publish --registry https://registry.npmjs.org
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
✔ Loading workspaces (1/1)
✖ Published 0 packages, 1 failed.