Reputation: 1967
I am new to nodejs and after installing sails when i try to run it, using command sails lift, it gives me below error. Need help to resolve it.
/usr/lib/node_modules/sails/node_modules/waterline/node_modules/lodash/index.js:692
function runInContext(context) {
^
illegal access
Upvotes: 3
Views: 54
Reputation: 1967
It was an issue with the version of node i was using v0.11.13. I have changed the version and it started working.
Upvotes: 4