-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
转为动态数据 #4
转为动态数据 #4
Conversation
Good, @Jinjiang 2 concerns:
|
|
@zqzhang No. 1 is finished through |
OK, I will check it soon. |
|
||
1. 把这个项目 `fork` 到个人的空间 | ||
2. 把个人空间的项目克隆到本地 | ||
3. 运行 `npm install` 安装必要的库 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got an error here, Error: ENOENT, state 'C:\Users\susan\AppData\Roaming\npm'
Fixed by making directory C:\Users\susan\AppData\Roaming\npm
; see http://zhidao.baidu.com/link?url=ct4SoPavgKljAjHmiIGWZsv179415VrY0x8L5baTS8ryUXOKc5MwTzyIXyxAnC14s7FpE53eapyLgzeFRU1wDdgX6EFQ7TNIEjzpznkYKdm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看上去这个问题所有npm使用都会重现,应该是Windows版Node.js的安装/配置问题,和我们repo的使用方式没有直接关系。
我们可以在README中加一个准备工作,就是确保node和npm都能正常运行,即可。
Merge as-is for further development. |
No description provided.