Hi Daniel.
Let me share with you, Finally. I could upgrade OpenNebuela 4.14.2 with Appmarket 2.1.3, both work fine. Was necessary run grunt requirejs command. Thanks to @esfreire. I did the following, I’m not sure if the order is ok, but it works fine.:
- cd /usr/lib/one/sunstone/public/app/
- grunt requirejs
- npm install grunt-contrib-requirejs
- npm install grunt-sass grunt-contrib-watch
- grunt requirejs
Sunstone Develompent Dependencies
- npm install -g bower
- npm install -g grunt
- npm install -g grunt-cli
- npm install
- bower install
- bower install --allow-root
- grunt sass
- grunt requirejs
Finally show that any errors like this:
root@opennebula-test1:# grunt requirejs
Running “requirejs:compileCSS” (requirejs) task
Running “requirejs:compileJS” (requirejs) task
Done, without errors.