Skip to content

Instantly share code, notes, and snippets.

@codehakase
Last active February 18, 2017 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codehakase/cc5c718fac61620dd0b5fe579bcffdae to your computer and use it in GitHub Desktop.
Save codehakase/cc5c718fac61620dd0b5fe579bcffdae to your computer and use it in GitHub Desktop.
Proxie Error fix AdonisJs
"scripts": {
//...............
"serve:dev": "nodemon --watch app --watch bootstrap --watch config --watch .env -x \"node --harmony_proxies\" server.js",
"serve": "node --harmony_proxies server.js",
//...............
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment