clone后yarn完成,启动卡住无界面
卡住的地方如图:
https://s1.ax1x.com/2022/05/19/OHO02Q.png
yarn electron:serve
是用yarn安装的依赖吗?另外可以试试将博客源文件夹删除,然后再启动一下试试
是的,yarn安装的,以及我将gridea相关的文件夹删除了也不行
我也是这个情况,试了多个node版本(11,12,14)都不行,且yarn electron:build报以下错误
Images and other types of assets omitted.
DONE Build complete. The dist_electron\bundled directory is ready to be deployed. INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
- Bundling main process... ERROR Failed to compile with 1 errors3:41:51 ├F10: PM┤
error
background.js from Terser Octal escape sequences are not allowed in template strings [background.js:2,5669539]
ERROR Build failed with errors. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
我也是这个情况,试了多个node版本(11,12,14)都不行,且yarn electron:build报以下错误
Images and other types of assets omitted.
DONE Build complete. The dist_electron\bundled directory is ready to be deployed. INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
- Bundling main process... ERROR Failed to compile with 1 errors3:41:51 ├F10: PM┤
error
background.js from Terser Octal escape sequences are not allowed in template strings [background.js:2,5669539]
ERROR Build failed with errors. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn electron:serve 我也是不行,只能预览但是没有客户端,yarn electron:build错误是因为依赖问题,具体见这一条: https://github.com/getgridea/gridea/issues/636#issuecomment-663821570
我也是这个情况,试了多个node版本(11,12,14)都不行,且yarn electron:build报以下错误 Images and other types of assets omitted. DONE Build complete. The dist_electron\bundled directory is ready to be deployed. INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
- Bundling main process... ERROR Failed to compile with 1 errors3:41:51 ├F10: PM┤
error background.js from Terser Octal escape sequences are not allowed in template strings [background.js:2,5669539] ERROR Build failed with errors. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn electron:serve 我也是不行,只能预览但是没有客户端,yarn electron:build错误是因为依赖问题,具体见这一条: #636 (comment)
只能等待作者大大修复啦,或许是electron版本太低的原因