pineafan | e625d78 | 2022-05-09 18:04:32 +0100 | [diff] [blame^] | 1 | Arguments: |
| 2 | /home/pineapplefan/.nvm/versions/node/v18.0.0/bin/node /usr/bin/yarn add bodyparser |
| 3 | |
| 4 | PATH: |
| 5 | /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 |
| 6 | |
| 7 | Yarn version: |
| 8 | 1.22.18 |
| 9 | |
| 10 | Node version: |
| 11 | 18.0.0 |
| 12 | |
| 13 | Platform: |
| 14 | linux x64 |
| 15 | |
| 16 | Trace: |
| 17 | Error: https://registry.yarnpkg.com/bodyparser: Not found |
| 18 | at params.callback [as _callback] (/usr/lib/node_modules/yarn/lib/cli.js:66138:18) |
| 19 | at self.callback (/usr/lib/node_modules/yarn/lib/cli.js:140883:22) |
| 20 | at Request.emit (node:events:527:28) |
| 21 | at Request.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:141855:10) |
| 22 | at Request.emit (node:events:527:28) |
| 23 | at IncomingMessage.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:141777:12) |
| 24 | at Object.onceWrapper (node:events:641:28) |
| 25 | at IncomingMessage.emit (node:events:539:35) |
| 26 | at endReadableNT (node:internal/streams/readable:1344:12) |
| 27 | at process.processTicksAndRejections (node:internal/process/task_queues:82:21) |
| 28 | |
| 29 | npm manifest: |
| 30 | { |
| 31 | "dependencies": { |
| 32 | "@discordjs/builders": "^0.12.0", |
| 33 | "discord.js": "^13.6.0", |
| 34 | "express": "^4.18.1", |
| 35 | "humanize": "^0.0.9", |
| 36 | "humanize-duration": "^3.27.1", |
| 37 | "jshaiku": "file:../haiku", |
| 38 | "json-diff": "^0.7.1", |
| 39 | "tesseract.js": "^2.1.5", |
| 40 | "typescript": "^4.5.5", |
| 41 | "unscan": "^1.1.2" |
| 42 | }, |
| 43 | "name": "nucleus", |
| 44 | "version": "0.0.1", |
| 45 | "description": "Nucleus: The core Clicks bot", |
| 46 | "main": "dist/index.js", |
| 47 | "scripts": { |
| 48 | "build": "tsc", |
| 49 | "start": "node --experimental-json-modules dist/index.js", |
| 50 | "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js" |
| 51 | }, |
| 52 | "repository": { |
| 53 | "type": "git", |
| 54 | "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git" |
| 55 | }, |
| 56 | "author": "Clicks", |
| 57 | "contributors": [ |
| 58 | "Minion3665", |
| 59 | "PineappleFan" |
| 60 | ], |
| 61 | "license": "SEE LICENSE IN LICENSE", |
| 62 | "bugs": { |
| 63 | "url": "https://github.com/ClicksMinutePer/Nucleus/issues" |
| 64 | }, |
| 65 | "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme", |
| 66 | "private": true, |
| 67 | "type": "module" |
| 68 | } |
| 69 | |
| 70 | yarn manifest: |
| 71 | No manifest |
| 72 | |
| 73 | Lockfile: |
| 74 | No lockfile |