Skip to content
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

_this.packager is not a function #248

Closed
gunnartorfis opened this issue Nov 5, 2019 · 3 comments
Closed

_this.packager is not a function #248

gunnartorfis opened this issue Nov 5, 2019 · 3 comments

Comments

@gunnartorfis
Copy link

I'm not sure if this is a bug with meteor-desktop or electron-packager - or if I'm doing something wrong.

I run my app locally with:
meteor --mobile-server=127.0.0.1:3000 in one tab
and in another tab
npm run desktop -- --scaffold
And everything works as you'd expect.

But when I try to package my application to .app/.exe using
npm run desktop -- package
I get an error:

ERROR index: while trying to build a package an error occurred: TypeError: _this.packager is not a function

Am I missing something?

darqs added a commit that referenced this issue Jan 11, 2020
@darqs
Copy link
Collaborator

darqs commented Jan 11, 2020

Hello @gunnartorfis,

I fixed the problem with import, but I don't know when it will be released

@wojtkowiak
Copy link
Owner

not sure if this is still relevant for you but should be fixed in 2.2.5

@gunnartorfis
Copy link
Author

Thanks! That did the job 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants