Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 react-360 使用npm install -g react-360-cli.
npm install -g react-360-cli
但react-360 init Hello没有创建任何目录。
react-360 init Hello
我正在使用 ubuntu 14.04。
你遇到过什么错误吗?
1) 您在尝试在 node_modules 文件夹中安装软件包时可能遇到权限问题。尝试更改文件夹的权限,例如:
sudo chown -R 用户名 /FILE_PATH
2)如果第一个不起作用,请尝试更新节点版本。