-
Notifications
You must be signed in to change notification settings - Fork 46
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
As per nodejs/TSC#1697 (comment) corepack will be removed from future NodeJs releases. Quinoa should not try to use infrastructure provided by corepack. At the moment this concerns YARN_PATH and PNPM_PATH in PackageManagerInstall.
To be honest, I am not even sure, why these are used as quinoa already explicitly downloads and installs yarn or pnpm via the frontend plugin, so both should already have clear paths without going the detour via the corepack scripts.
Lines 34 to 35 in ce4230b
| public static final String PNPM_PATH = INSTALL_SUB_PATH + "/node_modules/corepack/dist/pnpm.js"; | |
| public static final String YARN_PATH = INSTALL_SUB_PATH + "/node_modules/corepack/dist/yarn.js"; |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers