PokemonGoF / PokemonGo-Bot-Desktop

The Desktop version of Pokemon Go Bot script
MIT License
411 stars 115 forks source link

Failed to import Materialize #143

Closed filipac closed 8 years ago

filipac commented 8 years ago

Expected Behavior

npm start should start the program succesfully

Actual Behavior

npm starts but the style is broken. If you look into the therminal you get this error:

[00:00:05] Starting 'build:src'...
Error in plugin 'sass'
Message:
    src/styles/main.scss
Error: File to import not found or unreadable: Materialize
       Parent style sheet: /home/filip/PokemonGo-Bot-Desktop/src/styles/main.scss
        on line 1 of src/styles/main.scss
>> @import "Materialize";
   ^

[00:00:05] Finished 'build:src' after 682 ms

Steps to Reproduce

Checkout the latest repository version

Information

filipac commented 8 years ago

PS: It used to work today, but i decided to git pull to see the latest changes.

richardgetz commented 8 years ago

Same issue on macOS Sierra, also did a git pull.

ProjectBarks commented 8 years ago

Pull now? It works on my machine. Make sure you do npm install before doing npm start

filipac commented 8 years ago

Now i don't get the error (after a fresh clone and npm install) but the app looks like crap. screenshot from 2016-08-12 08-39-57

Outpox commented 8 years ago

I can confirm the issue, and I fixed it. Will share a PR soon.