-
Notifications
You must be signed in to change notification settings - Fork 45
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
some errors like this #5
Comments
Thank you for reporting this. These seem to be solely type errors. Are they preventing you from running the application? |
I am using Window 10 as my OS system. And i have latest version of node
,npm and typescript
…On Mon, Mar 2, 2020, 10:26 AM Nicolas Brown ***@***.***> wrote:
Thank you for reporting this. These seem to be solely type errors. Are
they preventing you from running the application?
What version of typescript, node and npm(or yarn) are you using? Also,
what OS are you on?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AHUOCOYJ6CL76YMHBQBO7LTRFM7SHA5CNFSM4K652VGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENN6TQQ#issuecomment-593226178>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHUOCOZGBC4CGDYHZYVBGB3RFM7SHANCNFSM4K652VGA>
.
|
Someone fixed the issue by upgrading typescript: I updated the typescript version in the package.json file. Can you try building again? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ERROR in D:/ELECTRON/texturelab/node_modules/custom-electron-titlebar/lib/common/color.d.ts
85:9 An accessor cannot be declared in an ambient context.
83 | readonly rgba: RGBA;
84 | private _hsla;
The text was updated successfully, but these errors were encountered: