Skip to content
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

Running in lower version node will error #3

Closed
zhongzhi107 opened this issue Jun 14, 2017 · 1 comment
Closed

Running in lower version node will error #3

zhongzhi107 opened this issue Jun 14, 2017 · 1 comment

Comments

@zhongzhi107
Copy link

zhongzhi107 commented Jun 14, 2017

node -v
v 4.2.1

The reason is that the default function defaults are not supported in the lower version

The error message is as follows:

`
/node_modules/object-assign-deep/objectAssignDeep.js:77

function executeDeepMerge (target, _objects = [], _options = {}) {

                                        ^

SyntaxError: Unexpected token =
`

@saikojosh
Copy link
Owner

Hi @zhongzhi107, yes we only support Node 6 and newer. You can check the supported versions in the "engines" property of package.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants