Nên trước hết phải tải Node.js về theo link sau: https://nodejs.org/en/. Sau đó thì chạy setup như bình thường.
Tiếp theo download Git for Windows. https://git-for-windows.github.io/
Sau đó thì tiến hành install vào. Mờ Git bash hay Git cmd điều được.
Git hash
$ npm -v --> xem versionsau đó chạy lệnh
$ npm install -g bower
Tiếp kiểm tra xem bower đã cài chưa
$ npm bower -v
Chuyển sang Git CMD (hoặc có thể dùng Git Hash nếu bạn quen)
Di chuyển con trỏ vào thư mục project đánh lệnh:
C:>[thu muc project]\bower install angulartiếp theo cài tiếp:
.......
C:>[thu muc project]\bower install angular-routeSau khi xong thì trong thư mục project sẽ có thêm thư mục bower_component và trong đó có 2 thư mục angular va angula-route.
.....
Xong.
Note nhanh.
Link tham khảo:
1. https://ruleoftech.com/2015/setting-up-bower-and-gulp-in-windows
2. http://www.thinkingmedia.ca/2015/07/how-to-install-nodejs-bower-and-grunt-on-windows-8/
0 Nhận xét