Hi all, I am facing a issue while running theme lo...
# suitecommerce
p
Hi all, I am facing a issue while running theme locally. Whenever I save the scss file gulp theme:local throws this error and stop running. Does anyone know fix for these issue?
Copy code
19:21:41] 'compile-sass' errored after 11 ms
[19:21:41] Error in plugin "gulp-sass"
Message:
  shopping.scss
Error: File to import not found or unreadable: tmp/PaperplaneTheme/Modules/Shopping/shopping.
    on line 1 of shopping.scss
>> @import "tmp/PaperplaneTheme/Modules/Shopping/shopping"; @import "tmp/NetSui
  ^

Details:
  status: 1
  file: /Users/paperplane/Documents/paperplanedemosite/ThemeDevelopmentTools-20.2.1/shopping.scss
  line: 1
  column: 1
  formatted: Error: File to import not found or unreadable: tmp/PaperplaneTheme/Modules/Shopping/shopping.
    on line 1 of shopping.scss
>> @import "tmp/PaperplaneTheme/Modules/Shopping/shopping"; @import "tmp/NetSui
  ^

  messageFormatted: shopping.scss
Error: File to import not found or unreadable: tmp/PaperplaneTheme/Modules/Shopping/shopping.
    on line 1 of shopping.scss
>> @import "tmp/PaperplaneTheme/Modules/Shopping/shopping"; @import "tmp/NetSui
  ^

  messageOriginal: File to import not found or unreadable: tmp/PaperplaneTheme/Modules/Shopping/shopping.
  relativePath: shopping.scss
  domainEmitter: [object Object]
  domainThrown: false


events.js:288
   throw er; // Unhandled 'error' event
   ^
PluginError: myaccount.scss
Error: File to import not found or unreadable: tmp/PaperplaneTheme/Modules/MyAccount/myaccount.
    on line 1 of myaccount.scss
>> @import "tmp/PaperplaneTheme/Modules/MyAccount/myaccount"; @import "tmp/NetS
s
Copy code
Error: File to import not found or unreadable: tmp/PaperplaneTheme/Modules/Shopping/shopping.
    on line 1 of shopping.scss
It sounds like there is something wrong with your Sass. For example, it contains a syntax error or you have told it to import a file that does not exist
Alternatively, you could try clearing your temporary files and restarting the local server
p
I have cleared the tmp files and restarted the local. Still this issue is replicate
Copy code
tmp/PaperplaneTheme/Modules/Shopping/shopping.
In our tmp folder this directory is not present
Also these issue happens only when we make changes in scss file in override folder