vuetify-loader icon indicating copy to clipboard operation
vuetify-loader copied to clipboard

[Bug Report][3.1.12] Can't find stylesheet to import error on windows machine when spaces in path

Open jd-solanki opened this issue 2 years ago • 1 comments

Environment

Vuetify Version: 3.1.12 Vue Version: 3.2.47 Browsers: Chrome 111.0.0.0 OS: Windows 10

Steps to reproduce

  • Make sure you are on window machine
  • Make sure path have space (you can name project dir => vuetify project)
  • Run the project via yarn && yarn dev

Expected Behavior

It should run like normal

Actual Behavior

Throws error saying can't find stylesheet to import Capture

Reproduction Link

GitHub repo

Note Clone from windows-sass-issue branch

Other comments

This works fine on mac (or maybe linux as well). John will be able to reproduce this as he has windows machine 😇

jd-solanki avatar Apr 04 '23 11:04 jd-solanki

Upgrading to [email protected] resolved the issue for me

Yoduh avatar Jul 25 '23 18:07 Yoduh