mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-30 10:46:39 +00:00
93 lines
3.0 KiB
Plaintext
93 lines
3.0 KiB
Plaintext
Arguments:
|
|
/usr/local/bin/node /Users/meta/.yarn/bin/yarn.js
|
|
|
|
PATH:
|
|
/Users/meta/.yarn/bin:/Users/meta/.config/yarn/global/node_modules/.bin:/Volumes/Code/butler-darwin-amd64:/Users/meta/.bun/bin:/Users/meta/Downloads/google-cloud-sdk/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin
|
|
|
|
Yarn version:
|
|
1.22.19
|
|
|
|
Node version:
|
|
18.9.0
|
|
|
|
Platform:
|
|
darwin arm64
|
|
|
|
Trace:
|
|
Error: https://registry.yarnpkg.com/@pockethost%2fcommon: Not found
|
|
at params.callback [as _callback] (/Users/meta/.yarn/lib/cli.js:66145:18)
|
|
at self.callback (/Users/meta/.yarn/lib/cli.js:140890:22)
|
|
at Request.emit (node:events:513:28)
|
|
at Request.<anonymous> (/Users/meta/.yarn/lib/cli.js:141862:10)
|
|
at Request.emit (node:events:513:28)
|
|
at IncomingMessage.<anonymous> (/Users/meta/.yarn/lib/cli.js:141784:12)
|
|
at Object.onceWrapper (node:events:627:28)
|
|
at IncomingMessage.emit (node:events:525:35)
|
|
at endReadableNT (node:internal/streams/readable:1359:12)
|
|
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
|
|
|
|
npm manifest:
|
|
{
|
|
"name": "@pockethost/daemon",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "parcel",
|
|
"watch": "parcel watch",
|
|
"serve": "ts-node src/server.ts"
|
|
},
|
|
"targets": {
|
|
"server": {
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"source": "src/server.ts",
|
|
"includeNodeModules": [
|
|
"@pockethost/common",
|
|
"get-port",
|
|
"pocketbase",
|
|
"@s-libs/micro-dash"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@pockethost/common": "0.0.1",
|
|
"@s-libs/micro-dash": "^14.1.0",
|
|
"@types/http-proxy": "^1.17.9",
|
|
"bottleneck": "^2.19.5",
|
|
"event-source-polyfill": "^1.0.31",
|
|
"get-port": "^6.1.2",
|
|
"http-proxy": "^1.18.1",
|
|
"pocketbase": "^0.7.0",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^2.7.0",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
}
|
|
|
|
yarn manifest:
|
|
No manifest
|
|
|
|
Lockfile:
|
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
# yarn lockfile v1
|
|
|
|
|
|
event-source-polyfill@^1.0.31:
|
|
version "1.0.31"
|
|
resolved "https://registry.yarnpkg.com/event-source-polyfill/-/event-source-polyfill-1.0.31.tgz#45fb0a6fc1375b2ba597361ba4287ffec5bf2e0c"
|
|
integrity sha512-4IJSItgS/41IxN5UVAVuAyczwZF7ZIEsM1XAoUzIHA6A+xzusEZUutdXz2Nr+MQPLxfTiCvqE79/C8HT8fKFvA==
|
|
|
|
get-port@^6.1.2:
|
|
version "6.1.2"
|
|
resolved "https://registry.yarnpkg.com/get-port/-/get-port-6.1.2.tgz#c1228abb67ba0e17fb346da33b15187833b9c08a"
|
|
integrity sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==
|
|
|
|
pocketbase@^0.7.0:
|
|
version "0.7.0"
|
|
resolved "https://registry.yarnpkg.com/pocketbase/-/pocketbase-0.7.0.tgz#bfce0225e03321cfa816f589a6dee60ec8b2f726"
|
|
integrity sha512-55le5D1dfthouWzxTIkL3eMgEsQqZsdT9O5HWFkCmbw889EKZsz0kf+2kkWgPvZqeVVXfOhMpJNHVOK5L2fJ3A==
|