Skip to content
New issue

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 issue tracker #77

Open
marco-ippolito opened this issue Feb 19, 2025 · 0 comments
Open

hdcli nes init issue tracker #77

marco-ippolito opened this issue Feb 19, 2025 · 0 comments

Comments

@marco-ippolito
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant