-
Notifications
You must be signed in to change notification settings - Fork 84
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
TypeError [ERR_INVALID_ARG_TYPE] #303
Comments
Also tested with Meteor version 2.4 (Blaze) and the same error occurs. |
Any one solved it yet? |
Same issue |
I've tracked it down to this code in meteor-desktop/plugins/bundler/bundler.js Line 869 in 01fb583
In development mode, My work-around is to copy the |
Also, all these warnings are produced by meteor-desktop's dependency on
|
I've included your fixes in a pull request to the Meteor-Community org's fork of this package since this is no longer maintained Meteor-Community-Packages#7 . I'm hoping to get this published as meteor-desktop version 2.2.6 |
When starting the new project after installing and configuring meteor-desktop it displays the error (Note: This only happens in Meteor version 2.3 and above "Node 14", in versions with Node 12 and 10 the problem does not occur):
Project details:
meteor: 2.3.6 (Blaze)
meteor-desktop: 2.2.5
electron: 6.1.7
electron-builder: 21.2.0
jquery: 3.5.1
OS: MacOS - Darwin 192.168.1.12 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Tanks
The text was updated successfully, but these errors were encountered: