You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a Google Chrome extension, and when I install my node dependencies in
the extension's directory for testing purposes, I get the error:
This extension includes the key file '/home/nnyby/src/mediathread-chrome/node_modules/jscs/node_modules/prompt/node_modules/winston/test/fixtures/keys/agent2-key.pem'. You probably don't want to do that.
This only occurs during the development of my extension. But are those key files actively in use, and necessary for testing winston? If not, it would be nice to remove them.
The text was updated successfully, but these errors were encountered:
I'm making a Google Chrome extension, and when I install my node dependencies in
the extension's directory for testing purposes, I get the error:
This only occurs during the development of my extension. But are those key files actively in use, and necessary for testing winston? If not, it would be nice to remove them.
The text was updated successfully, but these errors were encountered: