microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

Tries to compile node_modules #664

Open phil123456 opened 6 years ago

phil123456 commented 6 years ago

Hello,

Using the last version of ST3 and your plugin, as I hit CTRL+B or F7, it takes ages in the console then show up tons of errors concerning node_modules..while the project compiles fine on the command line

how can I fix this ?

I already exclude these folders in my project settings

        "folder_exclude_patterns":
        [
            "node_modules",
            "dist",
            "meta"
        ],

thanks

phil123456 commented 6 years ago

please delete this, I found I had another _node_modules folder may bad