Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start frontend error:BREAKING CHANGE: The request './nonIterableRest' failed to resolve only because it was resolved as fully specified #160

Open
architectpub opened this issue Oct 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@architectpub
Copy link

Describe the bug
ERROR in ./node_modules/@uiw/react-codemirror/node_modules/@babel/runtime/helpers/esm/objectSpread2.js 1:0-46
Module not found: Error: Can't resolve './defineProperty' in 'D:\project\age\age-viewer\frontend\node_modules@uiw\react-codemirror\node_modules@babel\runtime\helpers\esm'
Did you mean 'defineProperty.js'?
BREAKING CHANGE: The request './defineProperty' 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.

ERROR in ./node_modules/@uiw/react-codemirror/node_modules/@babel/runtime/helpers/esm/slicedToArray.js 1:0-46
Module not found: Error: Can't resolve './arrayWithHoles' in 'D:\project\age\age-viewer\frontend\node_modules@uiw\react-codemirror\node_modules@babel\runtime\helpers\esm'
Did you mean 'arrayWithHoles.js'?
BREAKING CHANGE: The request './arrayWithHoles' 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.

ERROR in ./node_modules/@uiw/react-codemirror/node_modules/@babel/runtime/helpers/esm/slicedToArray.js 2:0-58
Module not found: Error: Can't resolve './iterableToArrayLimit' in 'D:\project\age\age-viewer\frontend\node_modules@uiw\react-codemirror\node_modules@babel\runtime\helpers\esm'
Did you mean 'iterableToArrayLimit.js'?
BREAKING CHANGE: The request './iterableToArrayLimit' 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.

ERROR in ./node_modules/@uiw/react-codemirror/node_modules/@babel/runtime/helpers/esm/slicedToArray.js 3:0-70
Module not found: Error: Can't resolve './unsupportedIterableToArray' in 'D:\project\age\age-viewer\frontend\node_modules@uiw\react-codemirror\node_modules@babel\runtime\helpers\esm'
Did you mean 'unsupportedIterableToArray.js'?
BREAKING CHANGE: The request './unsupportedIterableToArray' 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.

ERROR in ./node_modules/@uiw/react-codemirror/node_modules/@babel/runtime/helpers/esm/slicedToArray.js 4:0-48
Module not found: Error: Can't resolve './nonIterableRest' in 'D:\project\age\age-viewer\frontend\node_modules@uiw\react-codemirror\node_modules@babel\runtime\helpers\esm'
Did you mean 'nonIterableRest.js'?
BREAKING CHANGE: The request './nonIterableRest' 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.

webpack compiled with 5 errors and 5 warnings

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser:chrome
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@architectpub architectpub added the bug Something isn't working label Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant