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

[BUG] Failed to parse source map #148

Open
fazeelzama20 opened this issue Jun 22, 2023 · 0 comments
Open

[BUG] Failed to parse source map #148

fazeelzama20 opened this issue Jun 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fazeelzama20
Copy link

Getting warning while compiling the react application

Install "react-svg-worldmap": "^2.0.0-alpha.16" version of react-svg-worldmap and when you compile the application, it will throw around 9 warning messages.

Expected behavior Dependency should be installed without any warning using the yarn package manager.

Desktop (please complete the following information):

  • OS: Mac
  • Browser Chrome
  • yarn version 3.2.2
  • node v20

List of warnings
Failed to parse source map from '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/components/Frame.tsx' file: Error: ENOENT: no such file or directory, open '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/components/Frame.tsx'

Failed to parse source map from '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/components/Region.tsx' file: Error: ENOENT: no such file or directory, open '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/components/Region.tsx'

Failed to parse source map from '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/components/TextLabel.tsx' file: Error: ENOENT: no such file or directory, open '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/components/TextLabel.tsx'

Failed to parse source map from '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/constants.ts' file: Error: ENOENT: no such file or directory, open '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/constants.ts'

Failed to parse source map from '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/countries.geo.ts' file: Error: ENOENT: no such file or directory, open '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/countries.geo.ts'

Failed to parse source map from '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/draw.tsx' file: Error: ENOENT: no such file or directory, open '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/draw.tsx'

Failed to parse source map from '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/index.tsx' file: Error: ENOENT: no such file or directory, open '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/index.tsx'

Failed to parse source map from '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/utils.ts' file: Error: ENOENT: no such file or directory, open '/Users/fazeelqureshi/gitlab/pgp-ui/node_modules/react-svg-worldmap/src/utils.ts'

@fazeelzama20 fazeelzama20 added the bug Something isn't working label Jun 22, 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

2 participants