vscode building and running from source hangs

最后都变了- 提交于 2021-02-10 06:17:37

问题


I'm building vscode using the instructions here https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source. When I get to the yarn run watch command, it hangs at Finished compilation with 0 errors after 54926 ms. What's going on?

nodejs: 8.9.4

yarn 1.3.2

npm 5.6.0


回答1:


I was running yarn run watch and encountered this problem. I checked with du -s in the repo's folder a few times: no change, so I killed the command.

After killing yarn run watch I then ran yarn watch and once again it hung with the same error. I checked with du again. No change. I killed that command too.

I then ran

./scripts/code.sh

And VS Code started fine. So in my experience, it is fine to kill the yarn command.



来源:https://stackoverflow.com/questions/48854690/vscode-building-and-running-from-source-hangs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!