Espresso Server on NodeJS exits with error:
Cannot assign to read only property 'value' of (begin)
Possible contributing factor is upgrading Node from 0.10.x to 0.12.x
Solution:
Update jslint.js
https://github.com/douglascrockford/JSLint/blob/master/jslint.js
I was running a very old version (2011-06-07)

Leave a Reply