TypeError: Cannot read property ‘register‘ of undefined

Cannot read property 'register' of undefined
TypeError: Cannot read property 'register' of undefined

 由于npm版本更新出现了这个[email protected]版本的问题,这个的原因简单的解决方法是

1.如果使用的是yarn 用下面代码解决

yarn upgrade [email protected]

 2.如果是npm 用下面代码解决

npm i upgrade [email protected]

  3.如果是cnpm 用下面代码解决

cnpm i upgrade [email protected]

加油小伙子们!!!

你可能感兴趣的:(javascript,前端,react.js)