Mirror-Protocol / terra-web-app

Mirror Protocol App for web browsers

Home Page:https://terra.mirror.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

While running yarn start getting an error of @import "mixins" in sass

umer-abid opened this issue · comments

Failed to compile.

./src/airdrop/AirdropToast.module.scss (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-7-1!./node_modules/postccss-loader/src??postcss!./node_modules/resolve-url-loader??ref--5-oneOf-7-3!./node_modules/sass-loader/dist/cjs.js?r?ref--5-oneOf-7-4!./src/airdrop/AirdropToast.module.scss)
SassError: File to import not found or unreadable: mixins.
on line 1 of C:\Users\Umer\Desktop\test\terra-web-app\src\airdrop\AirdropToast.module.scss

@import "mixins";
^

Capture

I received the same error.

  1. I downloaded the repository
  2. I went to env.developement file and changes HOSTS to 127.0.0.1 local.mirror.finance (because I dont see etc/hosts I am assuming that was it)
  3. yarn install
  4. yarn start

Is there an easy step maybe something dumb I am missing?

got the app to compile.

changed .env SASS_PATH=src/styles