It seems that the package deployed on Node.js has some dependencies that are no longer supported. As a result, it cannot be used temporarily with npx, and global installation also fails.
PS C:\Users\su196> npx codexapp --no-login
Need to install the following packages:
codexapp@0.1.86
Ok to proceed? (y) y
npm warn deprecated npmlog@4.1.2: This package is no longer supported.
npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported.
npm warn deprecated prebuild-install@6.1.4: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
npm warn deprecated gauge@2.7.4: This package is no longer supported.
PS C:\Users\su196> npx codexapp --no-login
Need to install the following packages:
codexapp@0.1.86
Ok to proceed? (y) y
npm warn deprecated npmlog@4.1.2: This package is no longer supported.
npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported.
npm warn deprecated prebuild-install@6.1.4: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
npm warn deprecated gauge@2.7.4: This package is no longer supported.
PS C:\Users\su196> npm --version
11.13.0
PS C:\Users\su196> node --version
v24.14.1
The same deprecation warnings appear when running the command again.
Environment:
- npm version: 11.13.0
- node version: v24.14.1
It seems that the package deployed on Node.js has some dependencies that are no longer supported. As a result, it cannot be used temporarily with
npx, and global installation also fails.The same deprecation warnings appear when running the command again.
Environment: