My node.js version is v8.9.4
when I run npm run dev, the console warned:
No parser and no filepath given, using 'babylon' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
Just a warning, ignore it ?
This question is available on Nuxt.js community (#c24)
My node.js version is v8.9.4 when I run
npm run dev
, the console warned:No parser and no filepath given, using 'babylon' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
Just a warning, ignore it ?