FangSen9000 commented on PR #2569:
URL: 
https://github.com/apache/apisix-dashboard/pull/2569#issuecomment-1210064777

   > It doesn't look like it's possible to use pnpm and yarn at the same time 🤔
   
   When users or developers download it, they can use pnpm to download the 
dependent package. Pnpm uses package JSON. The command uses pnpm (although it 
essentially uses the package manager of the stored script)
   
   Without the two dependency packages I added, pnpm users will spend a lot of 
time processing these packages. Those who download apifix dashboard using pnpm 
for the first time will spend a lot of time on them and will face three issues 
of pnpm:
   
   1. Npmirc file setting problem
   2. Peer dependency will not be automatically installed
   3. Finally, there is still a lack of dependent packages
   
   These documents will help them very well. However, the local developers or 
users of pnpm finally enjoy the fast download speed of dependent packages.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to