You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install on Windows 10 64bit. Follow the doc steps. Then getting error when running initial grunt:
Running "sass:dev" (sass) task
Could not find an option named "no-cache".
Is this a version issue?
The text was updated successfully, but these errors were encountered:
Trying to install on Windows 10 64bit. Follow the doc steps. Then getting error when running initial grunt: Running "sass:dev" (sass) task Could not find an option named "no-cache". Is this a version issue?
You can remove that option (noCache) in Gruntfile.js:
sass : {
options : {
// noCache : true, // Don't cache to sassc files.
precision : 14, // How many digits of precision to use when outputting decimal numbers.
//sourcemap : 'none', // Generate CSS source maps?
},```
Trying to install on Windows 10 64bit. Follow the doc steps. Then getting error when running initial grunt:
Running "sass:dev" (sass) task
Could not find an option named "no-cache".
Is this a version issue?
The text was updated successfully, but these errors were encountered: