dabit3 / gatsby-auth-starter-aws-amplify

Starter Project with Authentication with Gatsby & AWS Amplify
MIT License
324 stars 400 forks source link

gatsby dependencies fail to install when using "next" in package.json #17

Closed villeodell closed 5 years ago

villeodell commented 5 years ago

next tag is longer supported by gatsby https://github.com/gatsbyjs/gatsby/issues/12463#issuecomment-471373639

timhibberd commented 5 years ago

Update the package.json file to use the latest Gatsby / plug-in versions rather than the deprecated "next" dist-tag.

dabit3 commented 5 years ago

Updated this and this should be gtg now, thanks for the issue!