infinitered / gluegun

A delightful toolkit for building TypeScript-powered command-line apps.
MIT License
2.93k stars 147 forks source link

Unable to import build module from gluegun #744

Closed Niraj-Kamdar closed 2 years ago

Niraj-Kamdar commented 2 years ago

Steps to reproduce:

simple.js

var { build } = require("gluegun");

package.json

{
  "name": "playground",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "gluegun": "4.7.1"
  }
}
Niraj-Kamdar commented 2 years ago

Nevermind it's due to this: https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/

I would recommend downgrading the dependency colors to a sane version

mkucmus commented 2 years ago

Nevermind it's due to this: https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/

I would recommend downgrading the dependency colors to a sane version

Great move! Thousands of projects wait for that fix! 💪🏻

infinitered-circleci commented 2 years ago

:tada: This issue has been resolved in version 5.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: