lensesio/schema-registry-ui

Module not found: Error: Can't resolve 'babel-runtime/helpers/typeof'

artiship opened this issue · 1 comments

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.