We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hdcli nes init
When installing Node.js it prompts for the installation of node but tries to install it as a npm package.
diff --git a/package.json b/package.json index 2e94ab8..f6c338c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "ora": "5.3.0", "sloc": "^0.3.2", "tslib": "^2.3.0", - "yargs": "^17.7.2" + "yargs": "^17.7.2", + "Node JS - v18.20.6-trial-nes": "npm:nes-node-v18.20.6-trial-nes" }, "devDependencies": { "@nx/esbuild": "19.6.1", @@ -58,5 +59,11 @@ }, "nx": { "includedScripts": [] + }, + "peerDependencies": {}, + "overrides": { + "Node JS - v18.20.6-trial-nes": { + ".": "npm:nes-node-v18.20.6-trial-nes" + } } -} +}
The command should only work for npm packages
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When installing Node.js it prompts for the installation of node but tries to install it as a npm package.
The command should only work for npm packages
The text was updated successfully, but these errors were encountered: