apollo
apollo copied to clipboard
Problems with re-compiling of the dreamview frontend
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 18.04): Ubuntu 20.04
- Apollo installed from (source or binary): source
- Apollo version (3.5, 5.0, 5.5, 6.0): 8.0
Hello, colleagues!
I have troubles with re-compiling of the dreamview frontend. In the directory /apollo/modules/dreamview/frontend I ran command:
yarn install
and have next result:
I ran this command several times and have the same result. I checked the Internet connection and it's good. Is it bug and how can I fix it?
+1
+1
- Switch to Taobao mirror source
# yarn
yarn config set registry https://registry.npmmirror.com
- Delete yarn.lock and build again
rm modules/dreamview/frontend/yarn.lock