Show warning if an incorrect Node.js version is installed #2627
mikhail-turilin-dfinity
started this conversation in
Maintenance Tasks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some of the SDK functions are not available if Node.js 17.x is installed. For example,
npm start
doesn't allow proxying http://localhost:8080 to the local canister address (http://localhost:8000/?canisterId=....).My proposal is to add a warning to
dfx deploy
anddfx start
that an incompatible version of Node is intalled.Beta Was this translation helpful? Give feedback.
All reactions