async ready() {
^^^^^
SyntaxError: Unexpected identifier
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
Note: node version is 8.9.4 npm version is 5.6.0
Fresh install same issue.
Some news about this?
Minimum requirements
https://github.com/nuxt/nuxt.js/blob/dev/package.json#L53
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
thanks @rkgarcia
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Minimum requirements
https://github.com/nuxt/nuxt.js/blob/dev/package.json#L53