schema-registry-ui icon indicating copy to clipboard operation
schema-registry-ui copied to clipboard

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

Open artiship opened this issue 7 years ago • 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

artiship avatar Nov 22 '17 09:11 artiship

not works for me.

jose920405 avatar Aug 08 '18 21:08 jose920405