schema-registry-ui
schema-registry-ui copied to clipboard
Module not found: Error: Can't resolve 'babel-runtime/helpers/typeof'
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
not works for me.