-
-
Notifications
You must be signed in to change notification settings - Fork 0
NodeJS 25.8.0, 24.14.0, and 22.22.1 #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| nodejsVersion = "22.22.1" | ||
| nodejsExe = "node.exe" | ||
| nodejsVars = "nodevars.bat" | ||
| nodejsNpm = "npm.cmd" | ||
| nodejsLaunch = "launch.bat" | ||
| nodejsConf = "node_modules/npm/npmrc" | ||
|
|
||
| bundleRelease = "@RELEASE_VERSION@" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache | ||
| globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.22.1\etc\npmrc | ||
| init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.22.1\etc\.npm-init.js | ||
| userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.22.1\etc\npmrc |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache | ||
| globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.22.1\etc\npmrc | ||
| init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.22.1\etc\.npm-init.js | ||
| userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.22.1\etc\npmrc |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| @ECHO OFF | ||
| SETLOCAL EnableDelayedExpansion | ||
|
|
||
| SET BEARSAMPP_NODEJS_PATH=%~dp0 | ||
| SET BEARSAMPP_NODEJS_PATH=!BEARSAMPP_NODEJS_PATH:~0,-1! | ||
| SET BEARSAMPP_NODEJS_NPM_PATH=%BEARSAMPP_NODEJS_PATH%\node_modules\npm | ||
| SET BEARSAMPP_NODEJS_CONFIG_PATH=%BEARSAMPP_NODEJS_NPM_PATH%\npmrc | ||
| ECHO prefix = %BEARSAMPP_NODEJS_PATH%>%BEARSAMPP_NODEJS_CONFIG_PATH% | ||
|
|
||
| "%BEARSAMPP_NODEJS_PATH%\nodevars.bat" & "%BEARSAMPP_NODEJS_PATH%\npm" config set globalconfig "%BEARSAMPP_NODEJS_CONFIG_PATH%" --global | ||
|
|
||
| ENDLOCAL |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| nodejsVersion = "24.14.0" | ||
| nodejsExe = "node.exe" | ||
| nodejsVars = "nodevars.bat" | ||
| nodejsNpm = "npm.cmd" | ||
| nodejsLaunch = "launch.bat" | ||
| nodejsConf = "node_modules/npm/npmrc" | ||
|
|
||
| bundleRelease = "@RELEASE_VERSION@" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache | ||
| globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.0\etc\npmrc | ||
| init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.0\etc\.npm-init.js | ||
| userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.0\etc\npmrc |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache | ||
| globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.0\etc\npmrc | ||
| init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.0\etc\.npm-init.js | ||
| userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.0\etc\npmrc |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| @ECHO OFF | ||
| SETLOCAL EnableDelayedExpansion | ||
|
|
||
| SET BEARSAMPP_NODEJS_PATH=%~dp0 | ||
| SET BEARSAMPP_NODEJS_PATH=!BEARSAMPP_NODEJS_PATH:~0,-1! | ||
| SET BEARSAMPP_NODEJS_NPM_PATH=%BEARSAMPP_NODEJS_PATH%\node_modules\npm | ||
| SET BEARSAMPP_NODEJS_CONFIG_PATH=%BEARSAMPP_NODEJS_NPM_PATH%\npmrc | ||
| ECHO prefix = %BEARSAMPP_NODEJS_PATH%>%BEARSAMPP_NODEJS_CONFIG_PATH% | ||
|
|
||
| "%BEARSAMPP_NODEJS_PATH%\nodevars.bat" & "%BEARSAMPP_NODEJS_PATH%\npm" config set globalconfig "%BEARSAMPP_NODEJS_CONFIG_PATH%" --global | ||
|
|
||
| ENDLOCAL |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| nodejsVersion = "25.8.0" | ||
| nodejsExe = "node.exe" | ||
| nodejsVars = "nodevars.bat" | ||
| nodejsNpm = "npm.cmd" | ||
| nodejsLaunch = "launch.bat" | ||
| nodejsConf = "node_modules/npm/npmrc" | ||
|
|
||
| bundleRelease = "@RELEASE_VERSION@" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache | ||
| globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.8.0\etc\npmrc | ||
| init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.8.0\etc\.npm-init.js | ||
| userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.8.0\etc\npmrc |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache | ||
| globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.8.0\etc\npmrc | ||
| init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.8.0\etc\.npm-init.js | ||
| userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.8.0\etc\npmrc |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| @ECHO OFF | ||
| SETLOCAL EnableDelayedExpansion | ||
|
|
||
| SET BEARSAMPP_NODEJS_PATH=%~dp0 | ||
| SET BEARSAMPP_NODEJS_PATH=!BEARSAMPP_NODEJS_PATH:~0,-1! | ||
| SET BEARSAMPP_NODEJS_NPM_PATH=%BEARSAMPP_NODEJS_PATH%\node_modules\npm | ||
| SET BEARSAMPP_NODEJS_CONFIG_PATH=%BEARSAMPP_NODEJS_NPM_PATH%\npmrc | ||
| ECHO prefix = %BEARSAMPP_NODEJS_PATH%>%BEARSAMPP_NODEJS_CONFIG_PATH% | ||
|
|
||
| "%BEARSAMPP_NODEJS_PATH%\nodevars.bat" & "%BEARSAMPP_NODEJS_PATH%\npm" config set globalconfig "%BEARSAMPP_NODEJS_CONFIG_PATH%" --global | ||
|
|
||
| ENDLOCAL | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| bundle.name = nodejs | ||
| bundle.release = 2026.1.15 | ||
| bundle.release = 2026.3.7 | ||
| bundle.type = bins | ||
| bundle.format = 7z | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Unquoted npmrc redirection
🐞 Bug⛯ ReliabilityAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools