Failed to compile. /moonholdings.io/node_modules/@types/react-dom/node_modules/@types/react/index.d.ts (2312,14): Duplicate identifier \'LibraryManagedAt
Failed to compile.
/moonholdings.io/node_modules/@types/react-dom/node_modules/@types/react/index.d.ts (2312,14): Duplicate identifier \'LibraryManagedAt
I had the same error. I upgraded @types/react and @types/react-dom to their latest versions in package.json and it fixed my error.
package.json
Not sure why @types/react-dom is defined in your devDependencies instead of your dependencies, that might fix it as well...
@types/react-dom
devDependencies
dependencies