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
I'm getting this error when compiling on version 2.16.10:
Failed to inspect file
/Users/xxx/Workspace/xxx/projects/xxx/node_modules/lower-case/dist/index.js
it was required from
/Users/xxx/Workspace/xxx/projects/xxx/node_modules/no-case/dist/index.js
Errors encountered while trying to parse file
/Users/xxx/Workspace/xxx/projects/xxx/node_modules/lower-case/dist/index.js
{:line 13, :column 13, :message "Character '?' (U+0307) is not a valid identifier start char"}
The error comes from @aws-amplify/ui-react package (v. 2.1.5), which depends on the lower-case package. I see this is an old issue and was wondering if you could suggest me a workaround.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting this error when compiling on version
2.16.10
:The error comes from
@aws-amplify/ui-react
package (v. 2.1.5), which depends on thelower-case
package. I see this is an old issue and was wondering if you could suggest me a workaround.Thanks!
The text was updated successfully, but these errors were encountered: