Hacker News new | ask | show | jobs
by kontercola 335 days ago
My workaround:

Add this on your package.json on the end of file bevor last }:

  },
  "overrides": {
    "stylus": "0.0.1-security"
  }
2 comments

Random internet person: Do not do this ^ . Wait for the package to be restored by npmjs, or use the workaround in the pinned issue on the stylus repo.
It seems this doesn't work. The package is empty, it can't function. It makes the world stop, which is terrible!