【发布时间】:2020-04-11 18:44:43
【问题描述】:
当我使用常规的 npm 或 npx 命令时
npm -version
或
npx -version
没有错误,但是对于我的react native项目我使用的时候
npx react-native init testApp
它显示了这个错误:
does not contain a package.json file in appdata folder
我该如何解决这个错误?
【问题讨论】:
标签: javascript node.js react-native npm npx