node-sass

    0熱度

    3回答

    我已經研究過各地試圖找到解決方案。我在Windows 10上。我無法運行「離子設置sass」。這是我以管理員身份運行時收到的錯誤。 Ionic project ready to use Sass! * Customize the app using scss/ionic.app.scss * Run ionic serve to start a local dev server and wat

    0熱度

    4回答

    使用節點薩斯中間件給我這個錯誤的Ubuntu上運行的應用程序明確: 0 info it worked if it ends with ok 1 verbose cli [ '/home/mohamed/.nvm/versions/node/v0.12.7/bin/node', 1 verbose cli '/home/mohamed/.nvm/versions/node/v0.12.7/bin

    3熱度

    2回答

    我一直在嘗試使用npm安裝node-sass,但它顯示postinstall錯誤。我已經有了最新版本的節點和npm。

    4熱度

    1回答

    我正在構建英雄教程應用程序的角度2遊覽。我正在編譯我的sass來生成css,但lite-server無法識別此更改,因此不刷新瀏覽器。更改.ts文件被認爲是預期和瀏覽器刷新 我的文件夾結構是這樣的: -app (contains .ts and .sass files) -public (contains the compiled .js and .css files) index.html

    2熱度

    2回答

    有沒有可能使用Compass with node-sass?看來node-sass不知道如何導入Compass功能。 { "formatted": "Error: File to import not found or unreadable: compass/css3/box- shadow\n Parent style sheet: C:/sandbox/sascar-manage

    11熱度

    4回答

    因此,我在npm包腳本中運行任務,但我想通過npm start中的watch選項。 這工作: "scripts": { "scss": "node-sass src/style.scss dist/style.css -w" } 這並不編譯,手錶,或引發任何錯誤: "scripts": { "scss": "node-sass src/style.scss dist/st

    1熱度

    2回答

    我正在嘗試安裝節點sass以便與Ionic一起使用,但這是不可能的。 我使用nvm與node v4.0.0和npm 3.8.0,當我運行sudo npm install -g node-sass我得到這個錯誤 $ sudo npm install -g node-sass npm WARN deprecated [email protected]: this package has been

    3熱度

    2回答

    我有一個master.scss,其中許多從其他.scss文件導入。如果我更改* .scss文件,master.css會自動生成。 我只使用NPM,沒有Gulp或Grunt!這應該保持如此。 我現在的構建腳本: "scripts": { "watch-sass": "sass --watch src/scss/master.scss:dist/css/master.css" } 這很

    0熱度

    1回答

    前一段時間,我在我的一個項目中使用了node-sass。現在,當我寫npm update或npm install在任何項目(不使用節點青菜的話)我得到以下錯誤: npm ERR! [email protected] postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at t

    2熱度

    1回答

    我在使用pytest-django測試Django應用時遇到了Travis的一個奇怪問題。我所有的測試都通過本地測試,顯然也是在Travis上進行的,但無論我做什麼,每次都會收到來自node-sass和node-gyp的錯誤。 我的測試都沒有使用任何節點模塊(如果甚至可能的話)。我確實使用了一口大嘴巴,但是在測試運行之前,它運行得很好。 以下是錯誤輸出: $ py.test --ds=<proje