nuxt-community / feed-module

Everyone deserves RSS, ATOM and JSON feeds!
MIT License
227 stars 36 forks source link

Error when using feed-module #17

Closed zzzzbw closed 5 years ago

zzzzbw commented 5 years ago

There is an error when using feed-module.

error msg:

ERROR  Nuxt error

  Error: /home/zbw/develop/web/Fame/fame-front/node_modules/@nuxtjs/feed/lib/module.js:1
  (function (exports, require, module, __filename, __dirname) { import path from 'path'
                                                                       ^^^^
  SyntaxError: Unexpected identifier

node version: v11.6.0

manniL commented 5 years ago

Please use Nuxt version 2.x. 1.x is not supported :|

(I've added that to the README :relaxed:)

zzzzbw commented 5 years ago

Thx,it's work after update to nuxt 2.x!