You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I'm trying to build the webapp for local deployment of a cellbase server.
Here's where I get stuck (on v4.7.1)
Running "clean:dist" (clean) task
>> 0 paths cleaned.
Running "jshint:files" (jshint) task
>> 2 files lint free.
Running "copy:dist" (copy) task
Created 34 directories, copied 6454 files
Running "concat:vendors" (concat) task
Running "processhtml:dist" (processhtml) task
Running "replace:dist" (replace) task
>> Unable to match 1 pattern, remember for simple matches (String) we are using the prefix @@ for replacement lookup.
>> 14 replacements in 1 file.
Running "vulcanize:default" (vulcanize) task
Warning: The "path" argument must be of type string. Received type undefined Use --force to continue.
Aborted due to warnings.
Any help would be highly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
git submodule update --init
cd lib/jsorolla
npm install
bower install
This should be mentioned in the build instructions.
Then, running grunt in cellbase-web:
Running "vulcanize:default" (vulcanize) task
ERROR finding /home/grotec/repos/cellbase/cellbase-web/src/components/opencga-sample-browser.html
Fatal error: ENOENT: no such file or directory, open '/home/grotec/repos/cellbase/cellbase-web/src/components/opencga-sample-browser.html'
does this somehow indicate I have to build opencga first? My impression was opencga depends on cellbase, not the other way around ...
Hi there,
I'm trying to build the webapp for local deployment of a cellbase server.
Here's where I get stuck (on v4.7.1)
Any help would be highly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: