Sublime Forum

ST3 asks for build parameters (intermittent)

#1

Hi,

for some reason, from time to time, sublime text 3 asks for build parameters at the bottom of the st window when hitting CTRL+B instead of displaying the log window

pressing enter launch some false build that returns tons of errors in node_module

usualy I solve this by switching to another script but here I cant make it build, it keeps asking these bloody build parameters
I restarted st3, but still the same, I tried using the menus instead of shortcuts, still the same

help

thanks

0 Likes

#2

Which packages are you using? What is your Sublime Text console output (View -> Show Console) when running this build system?

0 Likes

#3

Running node C:\Users********\AppData\Roaming\Sublime Text 3\Packages\TypeScript\tsserver\tsc.js -p …

0 Likes

#4

If you’re using the official TypeScript plugin, it’s asking you for build parameters because you’re trying to build a single typescript file. There is more information on this in this forum post:

Possibly the errors you’re seeing in this case are build errors because without the appropriate build options the code doesn’t compile correctly, but without seeing the errors it’s hard to say.

1 Like

#5

I dont get it

doing CTRL+B on the same page sometimes launch the build correctly, sometimes asks for build parameters
pressing enter launch a “out of track” kind of build that tries to build node_modules

seems like the build is by default, not finding his current angular config files

0 Likes