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

Both sides previous revisionPrevious revision
programs:windows:nodejs_npm [2026/02/21 23:01] – [Env File] Sean Rhoneprograms:windows:nodejs_npm [2026/03/11 17:23] (current) – Joomla has on notes; 2004scape uses Bun Sean Rhone
Line 1: Line 1:
-====== Information ====== 
- 
-  * Node.js 
-  * ''npm'' 
- 
-====== Node.js ====== 
- 
-===== Latest===== 
- 
-  * https://nodejs.org/en/download/current 
-  * Last tested: ''node-v25.4.0-x64.msi'' with [[servers;windows;nginx;joomla|Joomla]] 
- 
-===== Install Options ===== 
- 
-  * ''[x]'' Node.js runtime 
-  * ''[x]'' npm package manager 
-  * ''[ ]'' Online documentation shortcuts 
-  * ''[~]'' Add to PATH 
-    * ''[x]'' Node.js and npm 
-    * ''[ ]'' npm modules 
- 
-  * ''[ ]'' Automatically install the necessary tools. 
- 
-==== Joomla ==== 
- 
-  * [[servers:windows:nginx:joomla|Notes]] 
- 
-  * ''[x]'' Add to PATH 
-    * ''[x]'' Node.js and npm 
-    * ''[x]'' npm modules 
- 
-====== 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 ===== 
- 
-  * ''--env-file='' has to be behind ''npm-cli.js'' 
- 
-  "%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" 
  
/usr/local/www/wiki/data/attic/programs/windows/nodejs_npm.1771732877.txt.gz · Last modified: by Sean Rhone