Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nodejs version on readme instructions (#71)
* Updates yarn's APT commands on readme * Updates nodejs' version and tidy up some text formatting on readme * Update Node.js to v20 LTS Co-authored-by: Michael <michael.cs08@nycu.edu.tw> * Update readme instructions to use yarn from Ubuntu repos Co-authored-by: Michael <michael.cs08@nycu.edu.tw> * Update readme instructions to not yarn setup from APT Co-authored-by: Michael <michael.cs08@nycu.edu.tw> * Update the comment regarding nodejs version check * Update readme instructions with enhanced messages * Add corepack command to readme As suggested by @andy89923 in #71 (comment) corepack needs to be called to setup yarn Later, yarn is used to build the webconsole module * Remove yarn installation section from readme Following the discussion on #71 and according to the comment #71 (comment) as yarn will be setup by corepack, there's no need to install it manually anymore * Update corepack command on readme It's necessary to give permission for corepack to install/edit binary files on system /usr/bin folder --------- Co-authored-by: Michael <michael.cs08@nycu.edu.tw>
- Loading branch information