User Tools

Site Tools


programs:windows:nodejs_npm

Differences

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

Link to this comparison view

Next revision
Previous revision
programs:windows:nodejs_npm [2025/06/09 18:06] – created Sean Rhoneprograms:windows:nodejs_npm [2025/06/21 16:25] (current) Sean Rhone
Line 3: Line 3:
   * Node.js   * Node.js
   * ''npm''   * ''npm''
-  * [[windows:10|Windows 10 (21H2)]] ([[windows;10_ltsc_server|Server]]) 
  
 ====== Node.js ====== ====== Node.js ======
Line 14: Line 13:
 ===== Latest===== ===== Latest=====
  
-  * TODO+  * TODO ((24 works with Joomla but 2004Scape had a module not work above 22 LTS))
  
 ===== Install Options ===== ===== Install Options =====
Line 27: Line 26:
  
   * ''[ ]'' Automatically install the necessary tools.   * ''[ ]'' Automatically install the necessary tools.
 +
 +====== Examples ======
 +
 +===== Prefix =====
 +
 +****
 +
 +  "%ProgramFiles%\nodejs\node.exe" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" --prefix "%UserProfile%\Projects\LostCity-225-EngineTS\src" run "setup"
 +
 +==== Initial ====
 +
 +  * ''--prefix'' can't be used for initial ''install'' (prefix needs created first)
 +
 +  CD "%UserProfile%\Projects\LostCity-225-EngineTS\src" && "%ProgramFiles%\nodejs\node.exe" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" install
 +
 +===== Env File =====
 +
 +****
 +
 +  "%ProgramFiles%\nodejs\node.exe" --env-file="%UserProfile%\Projects\LostCity-225-EngineTS\conf\localhost.env" "%ProgramFiles%\nodejs\node_modules\npm\bin\npm-cli.js" --prefix "%UserProfile%\Projects\LostCity-225-EngineTS\src" run "quickstart"
  
/srv/www/wiki/data/attic/programs/windows/nodejs_npm.1749506774.txt.gz · Last modified: by Sean Rhone