Vue.Js Sassiness Issuses

So why would anything go easy when it can be difficult and complicated?

The Adopt Pets whatever app in the tutorial requires node-ass installation. Which, of course, spectacularly failed on my Windows machine.

My fail resembled this post, so I… did everything described in it.

  1. I installed Python 3.9 and 2.7 for Windows
  2. I set environment variables to Python 2.7 and made sure my python –version command responded with 2.7
  3. I opened node.js shell as admin and ran npm install node-sass
  4. I also installed npm install node-router
  5. I ran npm config set python python2 , just in case

That finally got me to install and run the Vue app with required settings.

Leave a Reply

Your email address will not be published. Required fields are marked *