node+react 打包成功,控制台报错

Posted IT-nose

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node+react 打包成功,控制台报错相关的知识,希望对你有一定的参考价值。

控制台报错: ‘ReactCurrentOwner‘ of undefined

解决办法:RN版本的问题。

    

As I mentioned, make sure you‘ve installed the correct version of React. If you‘re using React Native 0.45:
yarn add [email protected]

    npm install [email protected] --save-dev

    npm install --save-dev babel-preset-es2015

test:/\.jsx?$/,
        exclude:/node_modules/,
        loader:‘babel-loader‘,
        query:{
            presets:[‘es2015‘,‘react‘]
        }

  

Your config is

presets: [‘es2015‘, ‘react‘]

but the only preset you‘ve installed is

+-- [email protected]

So your answer is

npm install --save-dev babel-preset-react

    

以上是关于node+react 打包成功,控制台报错的主要内容,如果未能解决你的问题,请参考以下文章

node.js学习之webpack打包react最简单用法

Vue/React 项目运行或者打包出现内存溢出解决方案

webpack4的react打包错误

[react] Module not found: Can't resolve 'schedule' in 'C:Usersadcaldvmtn7myapp (代码片段

如果只有登录成功,如何重定向主页.react js node js with jwt

node 和 reactrewired 修改 React 打包目录的流程