我安装了Expo CLI和Node版本12
当我尝试创建一个新的react native项目时出现此错误
错误
PS C:\ Users \ leosu \ Documents \ GitProjects> npm init myreactnativeapp npm ERR!代码E404 npm ERR! 404未找到-GET https://registry.npmjs.org/create-myreactnativeapp-未找到 npm ERR! 404 npm ERR! 404'create-myreactnativeapp @ latest'不在npm注册表中。 npm ERR! 404您应该请作者打扰以发布它(或使用您自己的名字!) npm ERR! 404 npm ERR! 404请注意,您也可以从 npm ERR! 404 tarball,文件夹,http url或git url。
npm ERR!可以在以下位置找到此运行的完整日志: npm ERR! C:\ Users \ leosu \ AppData \ Roaming \ npm-cache_logs \ 2020-05-12T23_54_32_833Z-debug.log 安装['create-myreactnativeapp @ latest']失败,代码为1 PS C:\ Users \ leosu \ Documents \ GitProjects>
关于如何解决此问题的任何想法?
答案 0 :(得分:1)
如果您使用的是Expo,则应为:
kwargs
代替expo init myreactnativeapp
假设您已经运行npm init myreactnativeapp