JamBrain / DairyBox

Local development VM and tools for Jammer Core
34 stars 17 forks source link

Use newer version of nodejs #67

Closed tsjost closed 3 years ago

tsjost commented 4 years ago

When makeing:

/vagrant/www/node_modules/eslint/bin/eslint.js:93
        } catch {
                ^
SyntaxError: Unexpected token {

The latest ESLint version is too new for the nodejs version 9 present on the Vagrant box, so let's update it to 12; it doesn't seem to break anything else.