Next JS - Error when running on npm run dev

0 votes
301 views
added Jan 10, 2019 in Next JS by LC Marshal Captain (25,790 points)
This is probably not a problem with npm. There is likely additional logging output above.

 

The error shows above message, most probably the Node.js in your machine are lower than 8, kindly check the version by 

node -v

 

...