TheOdinProject/javascript-exercises

Jasmine error in tempConversion

Closed this issue · 1 comments

I'm getting this error upon running jasmine tempConversion.spec.js in the terminal:

image

I checked my copy of the spec and it's identical to the spec file in the repo.

Fixed it courtesy of @CouchofTomato and @105ron on Gitter.
The problem was with my node version which was 4.2.6. Updated to 8.11 and it worked.