Hi, first of all, thanks for all do here.
Today, as usual, I ran npm update
to build, but I encountered the following error and the build failed.
$ npm update
npm error code ETARGET
npm error notarget No matching version found for @apidevtools/swagger-parser@^12.0.0.
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 install
works normally and installs into node_modules, but this only happens when running npm update
.
I’m using Node v24 and npm v11.4.2.
I guess it is a new bug