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,
I am new here and, if possible, I would like some help with the installation of angular-dashboard-app.
After installing the latest versions for node.js and Git I am installing as follows:
$ npm install (I am getting some warnings at the beginning)
$ npm install -g bower (I see no errors or warnings)
$ bower install
(I am getting the following at the end:
bower ENORESTARGET No tag found that was able to satisfy ~2.3.1
FileError: '../bower_components/bootstrap/less/mixins.less' wasn't found in a
pp\styles\bootstrap.less on line 1, column 1:
1 @import "../bower_components/bootstrap/less/mixins.less";
2
Warning: Error compiling .tmp/styles/main.less Use --force to continue.
Aborted due to warnings.
I have installed/uninstalled many times and I am getting always the same messages. It seems that the "bower_components" folder is not created. Can you please help me with this?
The text was updated successfully, but these errors were encountered:
Hi,
I am new here and, if possible, I would like some help with the installation of angular-dashboard-app.
After installing the latest versions for node.js and Git I am installing as follows:
$ npm install (I am getting some warnings at the beginning)
$ npm install -g bower (I see no errors or warnings)
$ bower install
(I am getting the following at the end:
bower ENORESTARGET No tag found that was able to satisfy ~2.3.1
Additional error details:
Available versions: 3.3.3, 3.3.2, 3.3.2+1, 3.3.1, 3.3.0, 3.2.0+2, 3.2.0+1, 3.2.0
, 3.1.1+2, 3.1.1+1, 3.1.1, 3.1.0+2, 3.1.0, 3.0.3-0, 2.0.3, 2.0.2, 2.0.1, 2.0.0,
1.4.4, 1.4.3, 1.4.2, 1.4.1, 1.4.0, 1.3.2, 1.3.1, 1.3.0, 1.2.1, 1.2.0)
$ npm install -g grunt-cli (I see no errors or warnings)
$ grunt server
and finally I am getting the following:
Running "server" task
Running "clean:server" (clean) task
Running "concurrent:server" (concurrent) task
Running "coffee:dist" (coffee) task
Done, without errors.
Running "copy:styles" (copy) task
Copied 2 files
Done, without errors.
Running "concat:less" (concat) task
File ".tmp/styles/main.less" created.
Done, without errors.
Running "less:development" (less) task
Aborted due to warnings.
I have installed/uninstalled many times and I am getting always the same messages. It seems that the "bower_components" folder is not created. Can you please help me with this?
The text was updated successfully, but these errors were encountered: