smui-example-rollup icon indicating copy to clipboard operation
smui-example-rollup copied to clipboard

Does not build

Open SumitBando opened this issue 4 years ago • 1 comments

package.json does not provide complete dependency.

npm run build fails with: [!] (plugin postcss) Error: You need to install one of the following packages: "node-sass", "sass" in order to process SASS files App.scss

SumitBando avatar Aug 16 '20 15:08 SumitBando

do npm install --save-dev node-sass

flekschas avatar Aug 28 '20 19:08 flekschas