You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a check on the bundling process to see if any node modules contain a bindings.gyp file. If they do, it's likely that the module won't work on Tessel because we don't support binary addons yet.
This could save a lot of headache in figuring out why something isn't working.
The text was updated successfully, but these errors were encountered:
We should add a check on the bundling process to see if any node modules contain a
bindings.gyp
file. If they do, it's likely that the module won't work on Tessel because we don't support binary addons yet.This could save a lot of headache in figuring out why something isn't working.
The text was updated successfully, but these errors were encountered: