Hi, I tried adding css using node-sass and sass loader. I use this command based on the guide from https://nuxtjs.org/api/configuration-css/
npm install --save-dev node-sass sass-loader
I also add CSS resources in nuxt.config.js.
But after that when I tried "yarn-dev" I get this error "'nuxt' is not recognized as an internal or external command, operable program or batch file."
Am I doing something wrong here?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c7082">#c7082</a>)</em></sub></div>