babel JS file can't resolve “@babel/runtime/helpers/builtin/classCallCheck”

后端 未结 4 1396
旧巷少年郎
旧巷少年郎 2020-12-04 01:19

on-rest my project was working great untill I delete my node_modules file and try to re-install npm package.

I am getting this error

./node_modules/         


        
4条回答
  •  心在旅途
    2020-12-04 02:16

    In case you are running into this because of your dependency on material-ui:

    Looks like material-ui updated its package.json to reference '7.0.0-beta.42' instead of '^7.0.0-beta.42'

    See Issue: 12409

提交回复
热议问题