Cannot find module 'has-flag'
Try npm install --save has-flag
. It looks like supports-color
is requiring has-flag
to be installed but it isn't. If you need to install any other packages you can just type npm install
.
Try npm install --save has-flag
. It looks like supports-color
is requiring has-flag
to be installed but it isn't. If you need to install any other packages you can just type npm install
.