comp426-2022-spring / comp426-2022-spring/a02

Problem with autograder recognizing output

Open
#13 2 comments 0 reactions 1 assignee Claimed by @jdmar3 View on GitHub
autograder bug
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

So when I push for a02, all the tests pass except for "Flip many coins with no argument" despite the script returning the proper output to STDOUT. The problem is that when the autograder runs it, it also outputs a message from node notifying that there is an update available for node, but even after updating node and pushing again, I still get the same message, and consequently, do not pass the test cases. Any advice on how to stop the message from printing? Below is the error message I get.

```
added 1 package, and audited 2 packages in 2s

found 0 vulnerabilities
npm notice
npm notice New minor version of npm available! 8.3.1 -> 8.5.1
npm notice Changelog:
npm notice Run `npm install -g npm@8.5.1` to update!
npm notice

[ 'heads' ]
{ tails: 0, heads: 1 }
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.