-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gatsby-plugin-typography] Error : No such file or derectory .cache/typography.js #1669
Comments
Fixed in #1670 and released in 1.6.1. Thanks for the report! I just released it an hour or so ago haha so thanks for being the guinea pig. |
hi @KyleAMathews , I tried to update. And start new project with
|
+1 getting that error following the gatsby tutorial:
|
Grrr... sorry folks, testing again. |
1.6.2 is out with fix. |
Works for me, thanks @KyleAMathews 🙌 |
following the tutorial, getting error Module parse failed: C:\Users\jsparla\Dropbox\dev\MyHomePage\node_modules\gatsby-plugin-typog raphy.cache\typography.js Bad character escape sequence (1:71) |
I am trying to run the "Part Three" tutorial locally on a windows box and I am getting the following error:
Any tips on how to resolve this? |
The character escape sequence thing is a different error than the original that only affects windows machines… If you want to look into fixing this, the code is here: https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-typography/src/gatsby-node.js#L11 Probably the fix is to just trim off the line endings. |
Here's the error
And this is my gatsby-config.js
package json :
The text was updated successfully, but these errors were encountered: