mirror of https://github.com/clickscodes/nucleus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.4 KiB
75 lines
2.4 KiB
Arguments:
|
|
/home/pineapplefan/.nvm/versions/node/v18.0.0/bin/node /usr/bin/yarn add bodyparser
|
|
|
|
PATH:
|
|
/home/pineapplefan/.pyenv/shims:/home/pineapplefan/.pyenv/bin:/home/pineapplefan/.nvm/versions/node/v18.0.0/bin:/home/pineapplefan/.pyenv/shims:/home/pineapplefan/.pyenv/bin:/home/pineapplefan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
|
|
|
|
Yarn version:
|
|
1.22.18
|
|
|
|
Node version:
|
|
18.0.0
|
|
|
|
Platform:
|
|
linux x64
|
|
|
|
Trace:
|
|
Error: https://registry.yarnpkg.com/bodyparser: Not found
|
|
at params.callback [as _callback] (/usr/lib/node_modules/yarn/lib/cli.js:66138:18)
|
|
at self.callback (/usr/lib/node_modules/yarn/lib/cli.js:140883:22)
|
|
at Request.emit (node:events:527:28)
|
|
at Request.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:141855:10)
|
|
at Request.emit (node:events:527:28)
|
|
at IncomingMessage.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:141777:12)
|
|
at Object.onceWrapper (node:events:641:28)
|
|
at IncomingMessage.emit (node:events:539:35)
|
|
at endReadableNT (node:internal/streams/readable:1344:12)
|
|
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
|
|
|
|
npm manifest:
|
|
{
|
|
"dependencies": {
|
|
"@discordjs/builders": "^0.12.0",
|
|
"discord.js": "^13.6.0",
|
|
"express": "^4.18.1",
|
|
"humanize": "^0.0.9",
|
|
"humanize-duration": "^3.27.1",
|
|
"jshaiku": "file:../haiku",
|
|
"json-diff": "^0.7.1",
|
|
"tesseract.js": "^2.1.5",
|
|
"typescript": "^4.5.5",
|
|
"unscan": "^1.1.2"
|
|
},
|
|
"name": "nucleus",
|
|
"version": "0.0.1",
|
|
"description": "Nucleus: The core Clicks bot",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node --experimental-json-modules dist/index.js",
|
|
"dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
|
|
},
|
|
"author": "Clicks",
|
|
"contributors": [
|
|
"Minion3665",
|
|
"PineappleFan"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"bugs": {
|
|
"url": "https://github.com/ClicksMinutePer/Nucleus/issues"
|
|
},
|
|
"homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
|
|
"private": true,
|
|
"type": "module"
|
|
}
|
|
|
|
yarn manifest:
|
|
No manifest
|
|
|
|
Lockfile:
|
|
No lockfile
|