When starting our labs, we're told to run bundle since the lab's tests use Ruby but it actually uses JavaScript so npm install should be run instead. This can be confirmed at the end of the assignment because it ends up instructing us to run npm test if you go through README.md in VS Code.