Microsoft Windows [Version 10.0.19045.6466]
(c) Microsoft Corporation. All rights reserved.
C:\Users\John>nvm version
1.2.2
C:\Users\John>nvm install "latest"
25.2.1
Downloading node.js version 25.2.1 (64-bit)...
Extracting node and npm...
Complete
Installation complete.
If you want to use this version, type:
nvm use 25.2.1
C:\Users\John>nvm use 25.2.1
Now using node v25.2.1 (64-bit)
C:\Users\John>node -v
v25.2.1
C:\Users\John>npm -v
11.6.2
C:\Users\John>git clone https://github.com/inolen/quakejs.git
Cloning into 'quakejs'...
remote: Enumerating objects: 196, done.
remote: Total 196 (delta 0), reused 0 (delta 0), pack-reused 196 (from 1)
Receiving objects: 100% (196/196), 1.86 MiB | 1.86 MiB/s, done.
Resolving deltas: 100% (113/113), done.
C:\Users\John>cd C:\Users\John\quakejs
C:\Users\John\quakejs>npm install
npm error code ETARGET
npm error notarget No matching version found for quakejs-files@0.0.3.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
npm notice
npm notice New minor version of npm available! 11.6.2 -> 11.7.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0
npm notice To update run: npm install -g npm@11.7.0
npm notice
npm error A complete log of this run can be found in: C:\Users\John\AppData\Local\npm-cache\_logs\2026-01-11T20_44_26_896Z-debug-0.log
Windows 10/11:
npm installfails