-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🟢 fetch homework doesn't work with the provided files #332
Comments
Any idea which dependency is causing the issue? I was able to download the zip file and run:
Then with some quick and dirty code do:
This is on my personal mac with os 11.2.3 and node v12.18.3. |
I'm going to test this again. Today's candidate told me he had no issues. When I did this exercise months ago I did have problems with the jasmine and karma version. I had to change it from "jasmine-core": "3.6.0" to "jasmine-core": "^2.4.1" and "karma": "5.1.1" to "karma": "^1.7.0". I was using a Windows machine. |
I think we've established now that this is a Windows-specific issue. Hoping to get at least some guidance for addressing this up on the hiring guide before our next round! |
The fetch assignment doesn't work with the provided files. The candidates need to changes the version of a dependency and add a new dependency just to start with the assignment. For example, a candidate I interviewed did not finish his assignment because he struggled to fix it. In the end, he submitted a pseudo-code. I was not sure how to evaluate him because fix the project was not part of the homework.
The text was updated successfully, but these errors were encountered: