How to initialize a project by pnpm dlx wxt@latest init
#1978
-
|
node:internal/modules/run_main:129 Error: Cannot find package 'C:\Users\chang\AppData\Local\pnpm-cache\dlx\b811094dc1be06b70db05dacdca14ac600780a0587c5455f95f8f796d388e3b6\19aa41b60a8-1f0c\node_modules.pnpm\wxt@0.20.11_@types[email protected][email protected][email protected]\node_modules@aklinker1\rollup-plugin-visualizer\dist\plugin\index.js' imported from C:\Users\chang\AppData\Local\pnpm-cache\dlx\b811094dc1be06b70db05dacdca14ac600780a0587c5455f95f8f796d388e3b6\19aa41b60a8-1f0c\node_modules.pnpm\wxt@0.20.11_@types[email protected][email protected][email protected]\node_modules\wxt\dist\core\utils\building\internal-build.mjs Node.js v20.18.0 node: 20.18.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can try initialising the project using |
Beta Was this translation helpful? Give feedback.
You can try initialising the project using
npxinstead ofpnpm dlxusingnpx wxt@latest init. Also you might need to reinstall pnpm to fix this issueRef: pnpm/pnpm#4664