Closed ahmdsdk closed 6 years ago
have same problem too
same problem here,
this should be a react issue, where process.argv is undefined
a quick fix: change line 26 of 'node_modules/colors/lib/systemsupports-colors.js'
var argv = process.argv || [];
This will be fixed with #172 -- closing this for now, feel free to follow the discussion on that PR. Thanks!!
I'm trying to use colors in my logs but when I try to require ('colors') to my app I get this error... I'm using it with react native, what could be the problem?