I am trying to run dev-server for superset-frontend. I am getting the following error.
Any help would be highly appreciable.
Asked
Active
Viewed 281 times
-2

Gorakhnath nigam
- 27
- 5
1 Answers
0

LeRouteur
- 145
- 1
- 2
- 11
-
I have same webpack-cli version. – Gorakhnath nigam Sep 09 '20 at 11:32
-
@Gorakhnathnigam what is your version of webpack (run webpack --version)? – LeRouteur Sep 09 '20 at 11:57
-
webpack --version is throwing error. I looked into package.json and its version is "webpack": "^4.42.0" – Gorakhnath nigam Sep 14 '20 at 04:14
-
@Gorakhnathnigam maybe reinstall Webpack package by deleting your node_modules folder. – LeRouteur Sep 14 '20 at 08:15