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
It seems that Installing 'gatsby-plugin-styled-components' on a fresh install of Gatsby 1.0.11 removes a bunch the files in the node_modules folder.
After installing and running gatsby develop I get A local install of Gatsby was not found. You should save Gatsby as a site dependency e.g. npm install --save gatsby
I've tried this with a couple other plugins and I get a similar result.
The text was updated successfully, but these errors were encountered:
sethjenks
changed the title
Installing 'gatsby-plugin-styled-components' plugin removes all the files in node_modules
Installing Gatsby plugins removes necessary files in node_modules directory
Jul 11, 2017
Node: v6.10.2
macOS: 10.12.5
Gatsby: 1.0.11
It seems that Installing 'gatsby-plugin-styled-components' on a fresh install of Gatsby 1.0.11 removes a bunch the files in the node_modules folder.
After installing and running
gatsby develop
I getA local install of Gatsby was not found. You should save Gatsby as a site dependency e.g. npm install --save gatsby
I've tried this with a couple other plugins and I get a similar result.
gatsby-config.js
package.json
Is anyone else having a similar issue?
The text was updated successfully, but these errors were encountered: