diff options
author | wxiaoguang | 2021-11-19 00:45:00 +0800 |
---|---|---|
committer | GitHub | 2021-11-19 00:45:00 +0800 |
commit | 55be5fe3399d18b7d2477519707aecf5f99f1de5 (patch) | |
tree | 7b3afb5cf60c2a1ab99bb01cbb114ed4dd316ed9 /README.md | |
parent | e1d655991b2d6caf332918bda267ec57edf58bb7 (diff) |
Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646)
Refactor repo-legacy.js, remove messy global variables. Fix errors.
Fix an error in Sortable
Fix a incorrect call assignMenuAttributes from the template
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ or if sqlite support is required: The `build` target is split into two sub-targets: - `make backend` which requires [Go 1.16](https://golang.org/dl/) or greater. -- `make frontend` which requires [Node.js 12.17](https://nodejs.org/en/download/) or greater and Internet connectivity to download npm dependencies. +- `make frontend` which requires [Node.js LTS](https://nodejs.org/en/download/) or greater and Internet connectivity to download npm dependencies. When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js and Internet connectivity. |