I'm reaching a point in an app I have that adding any goog.require to a new file causes the compiler to throw this error:
Traceback (most recent call last):
File "J:\dev\projects\fxa\isis\isis.web\lib\closure-library\closure\bin\build\closurebuilder.py", line 265, in <mod
ule>
main()
File "J:\dev\projects\fxa\isis\isis.web\lib\closure-library\closure\bin\build\closurebuilder.py", line 254, in main
compiler_flags=options.compiler_flags)
File "J:\dev\projects\fxa\isis\isis.web\lib\closure-library\closure\bin\build\jscompiler.py", line 133, in Compile
return subprocess.check_output(args)
File "C:\Anaconda\lib\subprocess.py", line 566, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "C:\Anaconda\lib\subprocess.py", line 709, in __init__
errread, errwrite)
File "C:\Anaconda\lib\subprocess.py", line 957, in _execute_child
startupinfo)
WindowsError: [Error 87] The parameter is incorrect