-
Notifications
You must be signed in to change notification settings - Fork 130
obj.hasOwnProperty is not a function #149
Comments
component/clone has an update to 0.2.3 which seems to address this issue. |
Hi guys, I love myth but I'm having an issue after changing my dev setup. I've moved from working directly on a dev server to local machine so I've different node setups. Myth is working fine on the dev server. Local - http://take.ms/fbyqm - has node 6 I've found there is a pull request on Github - #143 - but I'm unable to resolve the local issue even after updating the .travis.yml with the node version. I appreciate that Myth is not fully supported but it'd be a shame to not resolve it. I prefer it to the preprocessors. Thanks, Ian. |
I've done a bit of research into this, and component/clone on Github is @ 0.2.3 (which fixes the issue), while clone-component on npmjs.com is still only @ 0.2.2. I have emailed the developer asking to update, but have gotten no reply. |
Great thanks Chris. Hopefully it will get updated so.
Ian.
…On 5 January 2017 at 19:59, Chris Zuber ***@***.***> wrote:
I've done a bit of research into this, and component/clone
<https://github.com/component/clone> on Github is @ 0.2.3 (which fixes
the issue), while clone-component
<https://www.npmjs.com/package/clone-component> on npmjs.com is still
only @ 0.2.2.
I have emailed the developer asking to update, but have gotten no reply.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#149 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABl96tsJ7DQv54V9d_o1zhcX6I2Ocploks5rPUuhgaJpZM4LPsbJ>
.
|
Hello, I just published my fork on npm to have a myth version working with node 6 |
Great thanks Manuel.
Ian.
…On 29 January 2017 at 01:36, Manuel Pineda ***@***.***> wrote:
Hello,
I just published my fork on npm to have a myth version working with node 6
https://www.npmjs.com/package/myth6
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#149 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABl96l_4DDLGSADc731b37-5R1dOcE29ks5rW-0kgaJpZM4LPsbJ>
.
|
Hi guys |
node --version
: v6.9.1npm --version
: 3.10.8myth --version
: 1.5.0Full error:
I have found that updating
/usr/lib/node_modules/myth/node_modules/clone-component/index.js:30:17
to useObject.prototype.hasOwnProperty.call(obj, key)
fixes the issue.The text was updated successfully, but these errors were encountered: