- 
                Notifications
    
You must be signed in to change notification settings  - Fork 38
 
Global settings
        Lorenzo Pichilli edited this page Jan 4, 2018 
        ·
        13 revisions
      
    You can change the global settings going to Preferences > Package Settings > JavaScript Enhancements > Settings. The default value is:
{
  "enable_can_i_use_menu_option": true,
  "PATH": "",
  "node_js_custom_path": "node",
  "npm_custom_path": "npm",
  "yarn_custom_path": "yarn",
  "cordova_custom_path": "cordova",
  "ionicv1_custom_path": "ionic",
  "ionicv2_custom_path": "ionic",
  "angularv1_custom_path": "yo",
  "angularv2_custom_path": "ng",
  "react_custom_path": "create-react-app",
  "express_custom_path": "express",
  "yeoman_custom_path": "yo"
}"enable_can_i_use_menu_option" this option allows you to enable/disable the "Can I use?" feature. The other ones are your global custom paths used by your projects in absence of local custom paths per project. For angular v1 projects, the plugin uses Yeoman generator.