I'm getting the following error while I'm trying to build sencha app watch
sencha_1 | Sencha Cmd v6.5.0.180
sencha_1 | [INF] Processing Build Descriptor : web (development environment)
sencha_1 | [INF] Starting server on port : 1841
sencha_1 | [INF] Mapping http://localhost:1841/~cmd to /home/sencha/Sencha/6.5.0...
sencha_1 | [INF] Mapping http://localhost:1841/ to /usr/src...
sencha_1 | [INF] Application available at http://localhost:1841
sencha_1 | [ERR] [echo] App watch is already running for this build profile.
sencha_1 | [INF] Server started at port : 1841
On debug,
sencha_1 | [DBG] Creating SourceFile for path /usr/src/project/resources/js/third_party/js.cookie.js
sencha_1 | [DBG] Creating SourceFile for path /usr/src/project/resources/js/third_party/localforage.min.js
sencha_1 | [DBG] Creating SourceFile for path /usr/src/project/app.js
sencha_1 | [ERR]
sencha_1 | [ERR] BUILD FAILED
sencha_1 | [ERR] com.sencha.exceptions.BasicException: Cannot find file: /usr/src/build/temp/development/project/sencha-compiler/app/full-page-master-bundle.js
sencha_1 | [ERR] at com.sencha.util.FileUtil.writeFileData(FileUtil.java:301)
sencha_1 | [ERR] at com.sencha.util.FileUtil.writeFileData(FileUtil.java:272)
sencha_1 | [ERR] at com.sencha.util.FileUtil.writeFile(FileUtil.java:252)
sencha_1 | [ERR] at com.sencha.util.FileUtil.writeFile(FileUtil.java:244)
Any help on this regard will much appreciated.