-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
I'm getting a "Type 'number' is not assignable to type 'ColumnWidth'" error when building #1372
Comments
Can you verify that you are using Node v10 and the latest npm when building? Unfortunately we don't support Node 6.x for building the web project. |
closing due to inactivity |
I am also getting the same error when running build command
I am using node v10.15.0 and npm 6.5.0 on Windows10
|
Yesterday, when performing the steps I was using Windows 10. I tried again in Ubuntu Machine, and it worked (barring some number of watch file limit errors). Although I don't think this problem has anything to do with OS, but still want to share my findings. |
Adaptive Cards 1.1 introduced a breaking change. We bumped to
As you are probably working on Git, pull the latest |
Hey, that works. Silly me should have taken pull. |
Also can you help me with how to debug webchat code? |
@live-abhishek I hit the very same problem when we bump Adaptive Cards. 😛 Will look at your Stack Overflow issue. |
Looks like @corinagum answered. It seems debugging thru HTML is possible. But not debugging thru playground (or possibly other React apps). Need some investigations over here. |
I'm currently using node version 6.1.10 and npm version 3.10.10. When building a clone of the current release, I get the following build error.
'''Type 'number' is not assignable to type 'ColumnWidth'
This points to line 69 of /utils/AdaptiveCardBuilder class:
'''column.width = size;
Can someone point me to what could be causing this issue? I have a feeling it's got something to do with my typescript version or other builder tools.
The text was updated successfully, but these errors were encountered: