When the message came up about whether to send anonymous information, I accidentally hit the enter key defaulting to "yes". Now everytime I reinstall/fully remove then install node/yo or execute the yo command, it no longer asks. Is there some file or setting that is hidden in the filesystem that I can manually change such that I do not send anonymous usage statistics to yeoman? is there a configuration file or setting? It is unsettling to know that my usage statistics may be sent while I do not want it to...
相关问题
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- google-drive can't get push notifications
- How to reimport module with ES6 import
- Why is `node.js` dying when called from inside pyt
- How to verify laravel passport api token in node /
相关文章
- node连接远程oracle报错
- How can make folder with Firebase Cloud Functions
- @angular-cli install fails with deprecated request
- node.js modify file data stream?
- How to resolve hostname to an ip address in node j
- Transactionally writing files in Node.js
- Log to node console or debug during webpack build
- Get file created date in node
The optOut option is kept in
insight-yo.yml
, which should be in~\.config\configstore
Just update the
false
value totrue
and you should be done.Alternatively, if you delete that file, you'll be presented with the option again and you can answer No manually there.