Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
1.3.0
-
None
Description
If i try to load an application depending on typescript but the typescript module fails to find the typescript compiler I get this warning:
ERROR: /usr/share/qbs/modules/typescript/TypeScriptModule.qbs:271 The following properties are not set. Set them in your profile: typescript.version typescript.versionMajor typescript.versionMinor typescript.versionPatch typescript.versionBuild The following properties have invalid values: typescript.version: must be a version number with 4 to 4 components typescript.versionMajor: must be an integer >= 1 typescript.versionMinor: must be an integer >= 0 typescript.versionPatch: must be an integer >= 0 typescript.versionBuild: must be an integer >= 0
However all this is autodetected if I install typescript... So maybe a small line above all this that the autodetection of typescript failed would make everything more inutitive?
Regards,
Erik