-
Notifications
You must be signed in to change notification settings - Fork 1k
Unable to package a project which includes blessed #530
Comments
I'm having this issue as well. |
The reason is 'cos some files in the
|
@tongwing Wow, thanks, i'll have a try |
Same issues. add pkg in my package.json still throw error: |
Please try with [email protected] |
Note that there is a "bug" in screen.js, fixed by this PR, which prevents the actual error from showing in cases where the app / screen didn't even get to initialize properly (I assume). This is the case indicated by @ChrisPei, above. I had the same issue but fixed it by doing what is shown in the PR. Now I get this error when running the packaged binary:
I took the advise of the error message and @Losses and now my app runs okay at first glance. |
While packaging a project with
blessed
, it wont run properly(but runs well withoutpkg
).The process of reproducing this problem:
blessed-contrib-master
yarn install && yarn add blessed && cd examples && pkg time.js --targets node10-win-x86
./time.js
Error information:
Platform:
Windows 10, Yarn 1.9.2, node 10.1.10
I'm not sure the problem is caused by
blessed
orpkg
, maybe someone can kindly figure it out?The text was updated successfully, but these errors were encountered: