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
0.1.7: pin react/antd to 2.1.28 runtime versions in externalVersion.js
The build was letting yarn resolve react/react-dom/antd to unpinned latest
(19.2.8 / 6.5.1), which @nocobase/build then wrote into dist/externalVersion.js.
The plugin manager's compat check compares those values against the runtime
NocoBase's react (18.2.0) and antd (5.24.2), so install failed.
Also consolidates the four previous build scripts into a single scripts/build.sh
and narrows nocobase.supportedVersions to the exact runtime target (2.1.28).