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

v8::ObjectTemplate::Set() with non-primitive values is deprecated #1675

Closed
chansuke opened this issue Apr 28, 2016 · 1 comment
Closed

v8::ObjectTemplate::Set() with non-primitive values is deprecated #1675

chansuke opened this issue Apr 28, 2016 · 1 comment

Comments

@chansuke
Copy link

Environment

  • Elixir version (elixir -v): 1.2.4
  • Phoenix version (mix deps): 1.1.4
  • NodeJS version (node -v): v6.0.0
  • NPM version (npm -v): 3.8.6
  • Operating system: El Capitan

V8 error

I upgraded nodejs to v6 and shows JS and C stack trace when I run mix phoenix.server.
It says v8::ObjectTemplate::Set() with non-primitive values is depracated and some issues are already opened in various projects.e.g:nodejs/node#6228

How can I handle with this error?Just wait for next release of node or temporarily downgrade the node version?

@chrismccord
Copy link
Member

How can I handle with this error?Just wait for next release of node or temporarily downgrade the node version?

As this is not on our side, you'll need to address the issues on the node/brunch/whatever side that is throwing the error on node v6. For now, node v5 is your best workaround. Thanks!

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