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
[BABEL] single-spa-auth-app/src/singleSpaEntry.js: No "exports" main resolved in single-spa-auth-app/node_modules/@babel/helper-compilation-targets/package.json (While processing: "single-spa-auth-app/node_modules/@vue/cli-plugin-babel/preset.js")
m i missing something?
The text was updated successfully, but these errors were encountered:
Hi @ashutoshSce ! Thank you so much for reporting this error!
After a quick view I could see this issue: babel/babel#11216 . This error is produced by new node versions in its way of exporting modules, as you can see in referenced issue in nodejs/node#32107.
However, there is a quick fix for this which consist on update package-lock.json file with all tree dependencies updated as says @BassemNhere. I have just fix this error in new v0.1.3 version. Updating package-lock.json file updated also @babel/helper-compilation-targets version as you can see here.
[BABEL] single-spa-auth-app/src/singleSpaEntry.js: No "exports" main resolved in single-spa-auth-app/node_modules/@babel/helper-compilation-targets/package.json (While processing: "single-spa-auth-app/node_modules/@vue/cli-plugin-babel/preset.js")
m i missing something?
The text was updated successfully, but these errors were encountered: