-
Notifications
You must be signed in to change notification settings - Fork 82
internalBinding is not defined with version 1.3.0 #140
Comments
I have the same problem today. 1.2.0 is working fine |
Hm, I just got the same problem, also with version 1.3. The only occurrence of
I tried updating natives to 1.1.6 but that did not help |
Hm, and launcher 1.2 did not work for me... |
FYI this error doesn’t show up in Node 8 so we switched testing to that environment. This is a problem with Node 10 (and natives 1.1.6 didn’t fix it for me either). |
I upgraded to natives 1.1.6 and the problem went away. Prior to the upgrade, my test suite fails like the description given in this issue, and I'm running
As shown above, the dependency is deep in the tree of packages, so I'm using
The last line shows that Let's check with
Yup, now it shows 1.1.6 and my test suite runs without error. |
upgrade karma-browserstack-launcher to at least 1.4.0, because "internalBinding is not defined" due to old "natives" module See more: * karma-runner/karma-browserstack-launcher#140 * popcodeorg/popcode#1626
upgrade karma-browserstack-launcher to at least 1.4.0, because "internalBinding is not defined" due to old "natives" module See more: * karma-runner/karma-browserstack-launcher#140 * popcodeorg/popcode#1626
* warn consumers if themed styles are misused. fix #1005 * Fix tests on node 10 upgrade karma-browserstack-launcher to at least 1.4.0, because "internalBinding is not defined" due to old "natives" module See more: * karma-runner/karma-browserstack-launcher#140 * popcodeorg/popcode#1626 * add tests * update snapshots * add test for themed styles misuse warning not shown in prod * Add dev expression babel plugin while testing * Remove test and babel plugin from test setup * Update size-snapshot
…ssinjs#1006) * warn consumers if themed styles are misused. fix cssinjs#1005 * Fix tests on node 10 upgrade karma-browserstack-launcher to at least 1.4.0, because "internalBinding is not defined" due to old "natives" module See more: * karma-runner/karma-browserstack-launcher#140 * popcodeorg/popcode#1626 * add tests * update snapshots * add test for themed styles misuse warning not shown in prod * Add dev expression babel plugin while testing * Remove test and babel plugin from test setup * Update size-snapshot
I'm seeing the following error in a travis build with version 1.3.0, any thoughts on what's going on?
The text was updated successfully, but these errors were encountered: