Using grunt-sass to compile node-sass, I get the error “Fatal error: The ”original“ argument must be of type function.”
问题 Here is my sass declaration in my gruntfile. sass: { dist: { options: { implementation: 'node-sass', style: 'expanded', noCache: true }, files: { 'dist/css/jk.css' : 'src/styles/jk.scss' } } }, Here is the output when running grunt -v. Running "sass:dist" (sass) task Verifying property sass.dist exists in config...OK Files: src/styles/jk.scss -> dist/css/jk.css Options: precision=10, implementation="node-sass", style="expanded", noCache undefined Fatal error: The "original" argument must be