Created
February 28, 2025 17:03
-
-
Save mos3abof/f995749f610bf5b85aeb2fb5eb8c4d93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╰─❯ pnpm i | |
WARN This project is configured to use v9.0.0-alpha.8 of pnpm. Your current pnpm is v9.0.6 | |
Scope: all 20 workspace projects | |
Lockfile is up to date, resolution step is skipped | |
Packages: +3045 | |
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
Progress: resolved 0, reused 2733, downloaded 0, added 3045, done | |
node_modules/postman-code-generators: Running postinstall script, failed in 1.5s | |
node_modules/postman-code-generators postinstall$ node npm/deepinstall.js | |
│ Detected package manager: yarn | |
│ Detected yarn version: 1.22.22 | |
│ Running pre-package script | |
│ Run successful languages.js saved in lib/assets | |
│ csharp-httpclient: yarn install --production --frozen-lockfile | |
│ Failed to run yarn install on codegen csharp-httpclient, here is the error: | |
│ error This project's package.json defines "packageManager": "yarn@[email protected]". However the current global version of Yarn is 1.22.… | |
│ Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all o… | |
│ Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepa… | |
│ csharp-restsharp: yarn install --production --frozen-lockfile | |
│ Failed to run yarn install on codegen csharp-restsharp, here is the error: | |
│ /home/mosab/workspace/hoarder/node_modules/postman-code-generators/node_modules/async/dist/async.js:324 | |
│ if (fn === null) throw new Error("Callback was already called."); | |
│ ^ | |
│ Error: Callback was already called. | |
│ at /home/mosab/workspace/hoarder/node_modules/postman-code-generators/node_modules/async/dist/async.js:324:36 | |
│ at /home/mosab/workspace/hoarder/node_modules/postman-code-generators/node_modules/async/dist/async.js:3646:17 | |
│ at /home/mosab/workspace/hoarder/node_modules/postman-code-generators/npm/deepinstall.js:82:16 | |
│ at Array.forEach (<anonymous>) | |
│ at /home/mosab/workspace/hoarder/node_modules/postman-code-generators/npm/deepinstall.js:71:14 | |
│ at /home/mosab/workspace/hoarder/node_modules/postman-code-generators/node_modules/async/dist/async.js:3641:28 | |
│ at replenish (/home/mosab/workspace/hoarder/node_modules/postman-code-generators/node_modules/async/dist/async.js:446:21) | |
│ at iterateeCallback (/home/mosab/workspace/hoarder/node_modules/postman-code-generators/node_modules/async/dist/async.js:430:21) | |
│ at /home/mosab/workspace/hoarder/node_modules/postman-code-generators/node_modules/async/dist/async.js:327:20 | |
│ at /home/mosab/workspace/hoarder/node_modules/postman-code-generators/node_modules/async/dist/async.js:3646:17 | |
│ Node.js v20.17.0 | |
└─ Failed in 1.5s at /home/mosab/workspace/hoarder/node_modules/postman-code-generators |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment