[
https://issues.apache.org/jira/browse/CLIMATE-884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602565#comment-15602565
]
Lewis John McGibbney commented on CLIMATE-884:
----------------------------------------------
Hi [~omkar20895] please look at the logging below, first you see that I do not
use --force, the second time I do.. and all is good. I can then navigate to
http://localhost:9000/#/evaluate and see the application.
{code}
lmcgibbn@LMC-056430 /usr/local/climate/ocw-ui/frontend(master) $
./node_modules/grunt-cli/bin/grunt serve
Running "serve" task
Running "clean:server" (clean) task
Running "wiredep:app" (wiredep) task
Warning: ENOENT: no such file or directory, open
'/usr/local/climate/ocw-ui/frontend/app/bower.json' Use --force to continue.
Aborted due to warnings.
Execution Time (2016-10-24 16:54:20 UTC)
loading tasks 2ms ▇▇▇▇ 2%
serve 2ms ▇▇▇▇ 2%
clean:server 4ms ▇▇▇▇▇▇▇▇ 4%
wiredep:app 82ms
▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
90%
Total 91ms
lmcgibbn@LMC-056430 /usr/local/climate/ocw-ui/frontend(master) $
./node_modules/grunt-cli/bin/grunt serve --force
Running "serve" task
Running "clean:server" (clean) task
Running "wiredep:app" (wiredep) task
Warning: ENOENT: no such file or directory, open
'/usr/local/climate/ocw-ui/frontend/app/bower.json' Used --force, continuing.
Running "concurrent:server" (concurrent) task
Running "copy:styles" (copy) task
Copied 1 files
Done, without errors.
Execution Time (2016-10-24 16:54:34 UTC)
loading tasks 3ms ▇▇▇▇▇▇▇▇▇▇ 20%
copy:styles 11ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 73%
Total 15ms
Running "autoprefixer:dist" (autoprefixer) task
File .tmp/styles/main.css created.
Running "connect:livereload" (connect) task
Started connect web server on http://localhost:9000
Running "watch" task
Waiting...
{code}
> Cannot run grunt serve in frontend of ocw gui
> ---------------------------------------------
>
> Key: CLIMATE-884
> URL: https://issues.apache.org/jira/browse/CLIMATE-884
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Components: webapp
> Reporter: Omkar Reddy
>
> I have been trying to run the GUI to start adding PODAAC, I followed the
> instructions here
> https://cwiki.apache.org/confluence/display/CLIMATE/Open+Climate+Workbench+User+Interface+Installation+and+Overview.
> I am facing an error and have been tangled in it for the past 2 days, when
> I run the command "./node_modules/grunt-cli/bin/grunt serve"
> I am receiving this error : "Running "wiredep:app" (wiredep) task
> Cannot find where you keep your Bower packages."
> I would be glad if anyone could reproduce this error so that I can get going
> with CLIMATE-877. Thanks in advance.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)