You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use yarn link as fallback instead of file link
Replace file:.. fallback with yarn link which is more reliable.
Yarn link creates proper symlinks that Strapi can recognize,
whereas file:.. may not install correctly in all scenarios.
Workflow:
1. Try yalc (might fail on Node 20+)
2. If yalc fails, use yarn link as fallback
3. Install playground deps (plugin now available via link)
0 commit comments