-
Notifications
You must be signed in to change notification settings - Fork 415
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
electron 桌面应用中尝试引入 #204
Comments
It seems that the node version of your electron is too low, please console.log(process.versions); not the external node version |
嗯,确实是版本的问题。我更新了node17 ,electron18(内置node17)。但是我使用yarn add ffcreator安装,依旧会报错 |
哥们你是怎么解决的? |
TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function at promisify (internal/util.js:206:11) at Object.<anonymous> (D:\Application\exeapp\electron-vue-exe\node_modules\mtempy\index.js:12:18) at Object.<anonymous> (D:\Application\exeapp\electron-vue-exe\node_modules\mtempy\index.js:78:3) at Module._compile (module.js:642:30) at Object.Module._extensions..js (module.js:653:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:504:12) at Function.Module._load (module.js:496:3) at Module.require (module.js:586:17) at require (internal/module.js:11:18)
The text was updated successfully, but these errors were encountered: