0
votes

Error 404 'not found in registry'

I have made a basic cucumber test scenario(visiting a webpage), which I ran yesterday and worked perfectly fine. However, I receive this error now as shown in the link above.

Here is my package.json:

{
  "name": "babyshop-bdd",
  "version": "1.0.0",
  "description": "Behavior Driven testing on the babyshop website",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test npx cucumber-js --no-strict"
  },
  "author": "Shreya Jagadeshwaran",
  "license": "ISC",
  "dependencies": {
    "cucumber": "^6.0.7",
    "chai": "^4.3.6",
    "puppeteer": "^15.5.0"
  }
}

I do not know how to solve this. Would like some help