wansenai / eairp

✨ Saas Enterprise Resource Planning (开源Sass ERP系统)
http://eairp.cn http://erp.wansenai.com
Apache License 2.0
61 stars 22 forks source link

Supplement front-end compilation documentation #300

Closed Jzow closed 5 months ago

Jzow commented 5 months ago

When initializing the project for the first time, it is necessary to use pnpm, but when installing pnpm using npm, an error will be reported.

npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*

npm ERR! A complete log of this run can be found in: C:\Users\James Zow\AppData\Local\npm-cache\_logs\2024-03-12T14_42_53_110Z-debug-0.log
Jzow commented 5 months ago

add npm install -g pnpm

Jzow commented 5 months ago

Added