Nuxt.js: Nuxt cannot initialize

Created on 20 Feb 2018  路  6Comments  路  Source: nuxt/nuxt.js

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

This question is available on Nuxt.js community (#c2486)

Most helpful comment

Minimum requirements
https://github.com/nuxt/nuxt.js/blob/dev/package.json#L53

  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.0.0"
  },

All 6 comments

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 question has been resolved by @rkgarcia, see answer.

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.

Was this page helpful?
0 / 5 - 0 ratings