我正在尝试将pnpm与 create-react-app v2一起使用,如下所示
npx create-react-app my-app --use-pnp
但它给了我以下警告
NPM doesn't support PnP.
Falling back to the regular installs.
为了将 pnpm 与 create-react-app 一起使用,我应该怎么做?
我已经使用 npm 全局安装了 pnpm。
我正在尝试将pnpm与 create-react-app v2一起使用,如下所示
npx create-react-app my-app --use-pnp
但它给了我以下警告
NPM doesn't support PnP.
Falling back to the regular installs.
为了将 pnpm 与 create-react-app 一起使用,我应该怎么做?
我已经使用 npm 全局安装了 pnpm。