admin管理员组

文章数量:1295689

When I tried to run pnpm install, I encountered the following error:

$ pnpm install

WARN  deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
WARN  deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
WARN  deprecated [email protected]: Glob versions prior to v9 are no longer supported
WARN  deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

Packages: +571

Progress: resolved 612, reused 571, downloaded 0, added 0, done node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/msw: Running postinstall script, failed in 13ms .../node_modules/msw postinstall$ node -e "try{require('./config/scripts/postinstall')}catch(e){}"

Note : pnpm version is 8.5.0, node version is 22.11.0

本文标签: I can39t run pnpm installStack Overflow