You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bunch of issues with running the project in WSL1 & WSL2 (where hot reloading was not working or taking 5 mins per file change respectively, have determined the cause and a temporary fix in the depths of microsoft/WSL#4739 - basically no file change notifications are sent from Windows to Linux so you must initialise the project in the WSL file-system NOT windows file-system itself via "wsl:$~/home/user/project_name" hopefully this saves someone some time :) ) and getting the gatsby-intro project up and running I have run into another issue:
The introduction of the gatsby-emotion-plugin into my project throws a bunch of errors regarding the dependencies. Some are system specific, namely fsevents being unavailable for Windows or Ubuntu, but the list just goes on and and on when others are changed or updated, the others begin to throw errors.
Personally I'm not entirely sure how to fix this without spending a whole lot more time on this as I have already spent a couple of days working through this combination of issues and need to move on and will simply try out the gatsby docs starters under the guise they will be using a more up to date dependency tree.
Maybe there is an updated file tree with notes via github using another/updated css/jsx solution, or even an updated intro to gatsby course (although I realise this might be a little resource intensive).
The text was updated successfully, but these errors were encountered:
After a bunch of issues with running the project in WSL1 & WSL2 (where hot reloading was not working or taking 5 mins per file change respectively, have determined the cause and a temporary fix in the depths of microsoft/WSL#4739 - basically no file change notifications are sent from Windows to Linux so you must initialise the project in the WSL file-system NOT windows file-system itself via "wsl:$~/home/user/project_name" hopefully this saves someone some time :) ) and getting the gatsby-intro project up and running I have run into another issue:
The introduction of the gatsby-emotion-plugin into my project throws a bunch of errors regarding the dependencies. Some are system specific, namely fsevents being unavailable for Windows or Ubuntu, but the list just goes on and and on when others are changed or updated, the others begin to throw errors.
Personally I'm not entirely sure how to fix this without spending a whole lot more time on this as I have already spent a couple of days working through this combination of issues and need to move on and will simply try out the gatsby docs starters under the guise they will be using a more up to date dependency tree.
Maybe there is an updated file tree with notes via github using another/updated css/jsx solution, or even an updated intro to gatsby course (although I realise this might be a little resource intensive).
The text was updated successfully, but these errors were encountered: