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
Not sure what exactly, but there's a breaking change in regenerator 0.4.7, reverting to 0.4.6 fixes the issue, but we should figure out what changed so we can stay up-to-date.
TypeError: Object prototype may only be an Object or null
at Function.create (native)
at Empty.Generator (/home/dominic/TreeTop/component/node_modules/component-resolver/build/index.js:69:38)
at wrapGenerator (/home/dominic/TreeTop/component/node_modules/component-resolver/build/index.js:29:12)
at Remotes.resolve (/home/dominic/TreeTop/component/node_modules/component-resolver/node_modules/remotes/build/remotes.js:487:10)
at Resolver.$callee$ (/home/dominic/TreeTop/component/node_modules/component-resolver/build/semver.js:605:46)
at Empty.invoke (/home/dominic/TreeTop/component/node_modules/component-resolver/build/index.js:148:31)
at Empty.invoke (/home/dominic/TreeTop/component/node_modules/component-resolver/build/index.js:86:50)
at next (/home/dominic/TreeTop/component/node_modules/component-resolver/node_modules/co/index.js:83:21)
at /home/dominic/TreeTop/component/node_modules/component-resolver/node_modules/co/index.js:56:5
at Channel._call (/home/dominic/TreeTop/component/node_modules/component-resolver/node_modules/chanel/lib/proto.js:114:3)
This error shows up in our Travis build, and I've seen it locally as well.
The text was updated successfully, but these errors were encountered:
You shouldn't need to rebuild everything, just the ones that have been published with the latest version of regenerator. (only about 10 days old afaik)
Not sure what exactly, but there's a breaking change in regenerator 0.4.7, reverting to 0.4.6 fixes the issue, but we should figure out what changed so we can stay up-to-date.
This error shows up in our Travis build, and I've seen it locally as well.
The text was updated successfully, but these errors were encountered: