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

docs(frontend): Fixed typo in command #23987

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

ved-kashyap-samsung
Copy link
Contributor

@ved-kashyap-samsung ved-kashyap-samsung commented May 9, 2023

SUMMARY

There is a typo in command with extra tick in command export NODE_OPTIONS=--no-experimental-fetch which gives error. So, removed typo in this PR.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

  • Try fresh installation
  • after superset/superset-frontend when you will do npm run dev-server , then following error will come.

Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer at readWasm (/home/test/superset_setup/superset/superset-frontend/node_modules/react-hot-loader/node_modules/source-map/lib/read-wasm.js:8:13) at wasm (/home/test/superset_setup/superset/superset-frontend/node_modules/react-hot-loader/node_modules/source-map/lib/wasm.js:25:16) at /home/test/superset_setup/superset/superset-frontend/node_modules/react-hot-loader/node_modules/source-map/lib/source-map-consumer.js:264:14

  • Above error was resolved by doing following:

export NODE_OPTIONS=--no-experimental-fetch

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@ved-kashyap-samsung
Copy link
Contributor Author

@rusackas Can you please review.

@ved-kashyap-samsung ved-kashyap-samsung changed the title build(frontend): Fixed typo in command docs(frontend): Fixed typo in command May 9, 2023
@rusackas rusackas merged commit d2489c5 into apache:master Jul 10, 2023
29 checks passed
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 3.1.0 labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🚢 3.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants