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
ui | /Users/acollins8/go/src/github.com/argoproj/argo-workflows/ui/node_modules/react-hot-loader/node_modules/source-map/lib/read-wasm.js:8
ui | throw new Error("You must provide the URL of lib/mappings.wasm by calling " +
ui | ^
ui | Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
ui | at readWasm (/Users/acollins8/go/src/github.com/argoproj/argo-workflows/ui/node_modules/react-hot-loader/node_modules/source-map/lib/read-wasm.js:8:13)
ui | at wasm (/Users/acollins8/go/src/github.com/argoproj/argo-workflows/ui/node_modules/react-hot-loader/node_modules/source-map/lib/wasm.js:25:16)
ui | at /Users/acollins8/go/src/github.com/argoproj/argo-workflows/ui/node_modules/react-hot-loader/node_modules/source-map/lib/source-map-consumer.js:264:14
ui | Node.js v18.0.0
ui | error Command failed with exit code 1.
Fix is to add this somewhere:
export NODE_OPTIONS=--no-experimental-fetch
The text was updated successfully, but these errors were encountered:
Fix is to add this somewhere:
The text was updated successfully, but these errors were encountered: