react-native init ***时,出现Cannot find module 'invariant'

Posted 加假如。。。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native init ***时,出现Cannot find module 'invariant'相关的知识,希望对你有一定的参考价值。

网上有两种说法:

1、使用国内镜像

  参考:http://blog.sina.com.cn/s/blog_6dca373a0102vyrn.html

  即在命令行下依次输入:

    1)npm config set registry https://registry.npm.taobao.org --global

    2)npm config set disturl https://npm.taobao.org/dist --global

输入命令后,进入项目的存放目录,再次输入react-native init  项目名

2、升级npm版本

  参考:https://github.com/facebook/react-native/issues/11327

在命令行下:

1)输入npm -v,得到当前版本

2)输入npm install npm@4.0.3 -g ,升级到新版本

3)进入项目的存放目录,再次输入react-native init  项目名

 

以上是关于react-native init ***时,出现Cannot find module 'invariant'的主要内容,如果未能解决你的问题,请参考以下文章

“react-native init project”命令不起作用

react-native init 导致构建失败开箱即用

无法在 react native CLI 中运行 npx react-native init MyApp

使用 react-native init 获取语法错误

react-native init...找不到模块...\template.config

SyntaxError: Unexpected token react-native init