cli-table / cli-table3

Pretty unicode tables for the command line
MIT License
527 stars 44 forks source link

Cannot find module '@color/colors/safe' from 'table-test.js' #272

Closed speedytwenty closed 2 years ago

speedytwenty commented 2 years ago

The tests are presently failing with the error: Cannot find module '@color/colors/safe' from 'table-test.js'.

This bug should not affect production installations and is only induced when running this test.

This bug was introduced in #263 and not immediately noticed because of #271.