<
From version < 73.1 >
edited by Xiaoye
on 2022/09/19 10:44
To version < 78.1 >
edited by Xiaoye
on 2022/11/12 14:57
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -15,7 +15,6 @@
15 15  * LPS8v2
16 16  * MS20
17 17  
18 -
19 19  = 2.  Development Guide =
20 20  
21 21  
... ... @@ -172,6 +172,57 @@
172 172  
173 173  
174 174  
174 +== 2.5: How to upgrade the nodejs version to the latest. ==
175 +
176 +
177 +By default, the nodejs uses the pre-install version v12 which is due to Debian the ultra-stable via ultra-old.
178 +
179 +[[image:image-20221112145029-2.png]]
180 +
181 +**If you want to upgrade the nodejs to the latest, please follow to use these commands on the gateway CIL.**
182 +
183 +
184 +#install n, which is an Interactively Manage Your Node.js Versions
185 +
186 +
187 +(% class="box infomessage" %)
188 +(((
189 +**npm install -g n**
190 +)))
191 +
192 +
193 +#Install the latest LTS Node.js release (downloading if necessary)
194 +
195 +(% class="box infomessage" %)
196 +(((
197 +**n lts**
198 +)))
199 +
200 +
201 +#Remove all downloaded versions except the installed version
202 +
203 +
204 +(% class="box infomessage" %)
205 +(((
206 +**n prune**
207 +)))
208 +
209 +
210 +(% class="box infomessage" %)
211 +(((
212 +**apt remove nodejs -y && apt autoremove -y**
213 +)))
214 +
215 +
216 +Check the current version
217 +
218 +
219 +(% class="box infomessage" %)
220 +(((
221 +**node -v**
222 +)))
223 +
224 +
175 175  = 3. Package Maintain Note =
176 176  
177 177  
... ... @@ -189,7 +189,6 @@
189 189  * Devices will check for updates for every boot.
190 190  * Devices will check for updates on every day midnight.
191 191  
192 -
193 193  (% style="color:blue" %)**What packages will be checked for updates**?
194 194  
195 195  dragino-httpd ~-~- Main Web UI http configuration
... ... @@ -209,7 +209,6 @@
209 209  * Location: http:~/~/repo.dragino.com/release/tool/
210 210  * Changelog: [[http:~~/~~/repo.dragino.com/release/tool/Readme_HP0.txt>>http://repo.dragino.com/release/tool/Readme_HP0.txt]]
211 211  
212 -
213 213  (% style="color:blue" %)**How to view auto-updated log**
214 214  
215 215  You can view the log on the page of (% style="color:#037691" %)**System ~-~-> Package Management.**
image-20221112145017-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +1.9 KB
Content
image-20221112145029-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +3.3 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0