Module not found: Error: Can't resolve 'babel-runtime/helpers/typeof'
artiship opened this issue · 1 comments
artiship commented
npm start throws exception
ERROR in ./src/schema-registry/new/new.controller.js
Module not found: Error: Can't resolve 'babel-runtime/helpers/typeof' in 'D:\lab\schema-registry-ui\src\schema-registry\new'
@ ./src/schema-registry/new/new.controller.js 2:0-51
@ ./src/schema-registry/index.js
@ ./src/app.js
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/app.js
solved by :
npm install -save babel-runtime
jose920405 commented
not works for me.