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
[ERROR] Module not found: Error: Package path ./admin/src/selectors/selectI18nLocales is not exported from package /opt/node_modules/@strapi/plugin-i18n
#27
Open
aivarsyo opened this issue
Jun 10, 2024
· 1 comment
Just installed [email protected], tried to build the project, but while building the admin panel, it throws this error - [ERROR] Module not found: Error: Package path ./admin/src/selectors/selectI18nLocales is not exported from package /opt/node_modules/@strapi/plugin-i18n (see exports field in /opt/node_modules/@strapi/plugin-i18n/package.json) . I deleted the node modules folder and did an npm install, but that didn't solve the problem. Deleting the plugin builds the project without any issues.
The text was updated successfully, but these errors were encountered:
node version 18.20.3
npm version 10.7.0
Just installed [email protected], tried to build the project, but while building the admin panel, it throws this error -
[ERROR] Module not found: Error: Package path ./admin/src/selectors/selectI18nLocales is not exported from package /opt/node_modules/@strapi/plugin-i18n (see exports field in /opt/node_modules/@strapi/plugin-i18n/package.json)
. I deleted the node modules folder and did an npm install, but that didn't solve the problem. Deleting the plugin builds the project without any issues.The text was updated successfully, but these errors were encountered: