otrzymuję ten błąd z eslint:eslint: Błąd podczas analizowania błędów: słowo kluczowe 'const' jest zarezerwowana
error Parsing error: The keyword 'const' is reserved
z tego kodu:
const express = require('express');
const app = express();
const _ = require('underscore');
Próbowałem usunięcie node_modules i resinstalling wszystko węzła pakiety sugerowane tutaj: Setting up Airbnb ESLint with React and Webpack
ale na próżno.
tyle trudu, aby znaleźć to, dziękuję –