1
2
3
4
5
6
7
8
9
10
11
12
13
14
| {
| "0 debug pnpm:scope": {
| "selected": 1
| },
| "1 error pnpm": {
| "code": "ERR_PNPM_NO_SCRIPT",
| "err": {
| "name": "pnpm",
| "message": "Missing script: dev",
| "code": "ERR_PNPM_NO_SCRIPT",
| "stack": "pnpm: Missing script: dev\n at Object.handler (/opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:170956:15)\n at async /opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:175391:21\n at async run (/opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:175365:34)\n at async runPnpm (/opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:175583:5)\n at async /opt/homebrew/lib/node_modules/pnpm/dist/pnpm.cjs:175575:7"
| }
| }
| }
|
|