stevekane / promise-it-wont-hurt

A Workshopper module that teaches you to use promises in javascript
737 stars 219 forks source link

Error in verifying exercise "An important rule" #127

Closed amanmj closed 7 years ago

amanmj commented 7 years ago

The error stack trace cannot be the same as the file location can be different for different users

screen shot 2017-07-21 at 2 49 03 pm
gyaresu commented 7 years ago

To get past this you can call the actual solution file which then gives the PATH it expects to see (as part of the comparison).

In my case: $ promise-it-wont-hurt verify /Users/gyaresu/.node/lib/node_modules/promise-it-wont-hurt/exercises/an_important_rule/solution/solution.js

screen shot 2017-10-12 at 2 30 58 am

addaleax commented 7 years ago

I think this has been fixed now, so I’m closing this. Please feel free to re-open if you run into any more trouble!

amanmj commented 7 years ago

Sure thanks