我正在嘗試爲我的最新項目使用紗線。如何安裝引導4 - 使用紗如何使用yarn來安裝bootstrap 4 - libsass庫
5
A
回答
10
注意:
我才意識到的設備之間的差異與npm install
和yarn
。
下面是我用了兩個命令:
yarn add [email protected]-alpha.6 --dev
npm install [email protected] --save-dev
正確的/當前版本4.0.0引導,alpha.6包含這個文件:
/node_modules/bootstrap/scss/_tags.scss
安裝了NPM,該文件按預期存在。但通過紗線安裝,此文件丟失。即使在中更改[email protected]^4.0.0-alpha.6
至[email protected]
未能解決此問題。
2
只要運行libsass庫:
yarn add [email protected]
yarn add gulp-sass --save-dev
1
這裏,在這個https://packagist.org/packages/twbs/bootstrap
yarn add [email protected]
1
引導4目前正處於測試階段,所以你可以做到以下幾點:
yarn add [email protected]
1
要查找最新的安裝說明,請參閱github上回購:
https://github.com/twbs/bootstrap
截至時間通過紗線安裝Bootstrap v4的最新beta版本的說明是:
yarn add [email protected]
相關問題
- 1. 使用Bower安裝Bootstrap 4 Beta
- 2. 使用涼亭安裝Bootstrap 4
- 3. 如何安裝grunt-sass來與libsass一起工作
- 4. 如何使用YARN在Hadoop集羣中安裝應用程序?
- 5. 錯誤安裝NPM咕嚕-libsass
- 6. 如何使用JSPM安裝bootstrap datepicker
- 7. 安裝grunt-sass時使用緩存的libsass二進制文件
- 8. 如何使用(或不使用)composer來安裝MarkLogic PHP庫?
- 9. 我如何安裝飲用水4
- 10. 如何安裝XCode 4?
- 11. 如何安裝Laravel 4 profiler
- 12. 即使安裝libsass,爲什麼不能構建輪子?
- 13. 我如何用div來包裝bootstrap cols?
- 14. 如何使用CodeBlocks安裝Boost庫?
- 15. 如何使用/安裝gps python庫
- 16. 如何使用Bower安裝OpenLayers等庫?
- 17. 如何使用php安裝數據庫?
- 18. 如何使用pyparseface庫 - 安裝?
- 19. Bootstrap SASS安裝
- 20. 如何使用我需要的最少組件來安裝laravel 4?
- 21. Angular 2/4 - 如何用Gsap安裝ScrollMagic?
- 22. 如何安裝庫
- 23. 如何安裝庫?
- 24. 如何使用cabal安裝安裝haddock
- 25. 安裝Yarn Ubuntu 16.04(Linux Mint 18.1)
- 26. 無法使用rails g bootstrap:使用'twitter-bootstrap-rails'進行安裝
- 27. 如何使用ng2-bootstrap從Bootstrap 3切換到Bootstrap 4?
- 28. 使用yarn + webpack從叉子安裝npm包 - 無法解析'./dist/
- 29. 如何使用Bootstrap 4(3)Mixins
- 30. Bootstrap 4板卡如何使用?
是否沒有辦法讓紗線與紗線一起使用? – GameKyuubi
實際上在github頁面上看到最新版本https://github.com/twbs/bootstrap/releases –