Qortal Project

The future of blockchain platforms

User Tools

Site Tools


qortal_ui_from_source

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qortal_ui_from_source [05/11/2023 13:06] – Updated instructions quickmythrilqortal_ui_from_source [08/17/2023 12:04] (current) – Updated node version quickmythril
Line 35: Line 35:
 <code>nvm ls-remote</code> <code>nvm ls-remote</code>
 Install LTS-Gallium version supported by Electron: Install LTS-Gallium version supported by Electron:
-<code>nvm install v18.14.0</code>+<code>nvm install v18.16.1</code>
 Install npm: Install npm:
-<code>npm install -g npm@9.6.6</code>+<code>npm install -g npm@9.8.1</code>
  
   * On BSD do ''pkg_add node''   * On BSD do ''pkg_add node''
   * Adding via binary package mirror will only work if you have set the package path. You can do a node or java build via ports instead by downloading ports with ''portsnap fetch method''   * Adding via binary package mirror will only work if you have set the package path. You can do a node or java build via ports instead by downloading ports with ''portsnap fetch method''
  
-You can verify your installation of Node.js using ''node -v'' (should be 18.14.0).+You can verify your installation of Node.js using ''node -v'' (should be 18.16.1).
 If you are ever on the wrong version you can do the following to get back to the correct version:\\ If you are ever on the wrong version you can do the following to get back to the correct version:\\
-''nvm install 18.14.&& nvm use 18.14.0''+''nvm install 18.16.&& nvm use 18.16.1''
  
 If you have an older installation of npm, please do not forget to update that with ''npm update -g'' If you have an older installation of npm, please do not forget to update that with ''npm update -g''
Line 77: Line 77:
  
 You can run the UI using electron, but running it through server is recommended.\\ You can run the UI using electron, but running it through server is recommended.\\
-The following command will run UI using election:+The following command will run UI using electron:
 <code>npm run start-electron</code> <code>npm run start-electron</code>
  
qortal_ui_from_source.1683824802.txt.gz · Last modified: 05/11/2023 13:06 by quickmythril