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
when trying to run a npm run build the compilation throws the following error:
Module not found: Error: Can't resolve 'react/jsx-runtime' in '/Users/ezequielzuviria/xseed/rocky/app/node_modules/@react-google-maps/api/dist'
Did you mean 'jsx-runtime.js'?
BREAKING CHANGE: The request 'react/jsx-runtime' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
Your Environment
os: mac
node --version v18.20.4
react version ^17.0.2
@babel-plugin-module-resolver version ^4.1.0
@react-google-maps/api version ^2.2.0
The text was updated successfully, but these errors were encountered:
Please provide an explanation of the issue
when trying to run a
npm run build
the compilation throws the following error:Module not found: Error: Can't resolve 'react/jsx-runtime' in '/Users/ezequielzuviria/xseed/rocky/app/node_modules/@react-google-maps/api/dist'
Did you mean 'jsx-runtime.js'?
BREAKING CHANGE: The request 'react/jsx-runtime' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
Your Environment
os: mac
node --version v18.20.4
react version ^17.0.2
@babel-plugin-module-resolver version ^4.1.0
@react-google-maps/api version ^2.2.0
The text was updated successfully, but these errors were encountered: