-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
yarn run build:win32 报错 #48
Comments
Thanks for trying out! I'll look into it as soon as possible. 😄 |
我的也报错了 不过这个真的是一个伟大的项目 |
@jiumengs Thanks for liking this project! I'm currently revamping the building process and moving the codebase to support Electron v9. You may revisit this project later to make your build succeed. 謝謝支持!我現在正在針對程式碼的構建及底層支援部分進行重寫以遷移至 Electron 版本 9。或許過些時日您們就可以再次重新進行構建,那時應該就不會再有問題了! 一旦有新的進展我會再更新至這個 issue 中,謝謝。 |
很期待 |
@qazbnm456 新版本electron版本9是否考虑使用javascript而不再使用typescript |
@jiumengs No. It will still stick to TypeScript cause it provides better readability and security. There are no drawbacks to using TypeScript so far. 沒有打算換掉 TypeScript 喔!目前使用 TS 沒有任何壞處。 |
@qazbnm456 Well, I'm going to typescript It's a sad story |
yarn 没有问题
yarn run build:dll 没有问题
$ yarn run dev 没有问题
yarn run build:win32 报错
`
ERROR in E:/lulumi/lulumi-browser-master/src/main/api/lulumi-extension.ts
ERROR in E:/lulumi/lulumi-browser-master/src/main/api/lulumi-extension.ts(11,20):
TS2306: File 'E:/lulumi/lulumi-browser-master/src/main/constants.ts' is not a module.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
E:\lulumi\lulumi-browser-master>`
The text was updated successfully, but these errors were encountered: