We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用yo创建应用的时候,可能会遇到 phantomjs 抛出的错误。 建议下载安装一下。
http://phantomjs.org/
将下载的文件解压,放到某个路径下。比如 ~/phantomjs
phantomjs的执行程序在
~/phantomjs/phantomjs-2.1.1-macosx/bin/phantomjs
将phantomjs添加到PATH路径中。
export PATH=$PATH:~/phantomjs/phantomjs-2.1.1-macosx/bin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
description
在使用yo创建应用的时候,可能会遇到 phantomjs 抛出的错误。
建议下载安装一下。
下载
http://phantomjs.org/
安装
将下载的文件解压,放到某个路径下。比如 ~/phantomjs
phantomjs的执行程序在
将phantomjs添加到PATH路径中。
测试
The text was updated successfully, but these errors were encountered: