-
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
Add history as top-level dependency #174
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Half-pulled in by npm 2.14.12 due to scroll-behavior peerDependency, which caused the webpack build to fail when it couldn't find history's dependency 'warning.' This does not happen in npm 3.x because all dependencies are installed at top level.
KyleAMathews
added a commit
that referenced
this pull request
Mar 7, 2016
Add history as top-level dependency
Thanks! |
mef
added a commit
to mef/gatsby-starter-blog
that referenced
this pull request
Mar 24, 2016
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby/pull/174)
mef
added a commit
to mef/gatsby-starter-default
that referenced
this pull request
Mar 24, 2016
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174)
This was referenced Mar 24, 2016
mef
added a commit
to mef/gatsby-starter-documentation
that referenced
this pull request
Mar 24, 2016
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174)
mef
added a commit
to mef/gatsby-starter-default
that referenced
this pull request
Mar 24, 2016
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174) Error message: ERROR in ./wrappers/yaml.js Module not found: Error: Cannot resolve module 'js-yaml' in /home/username/gatsby-default/wrappers @ ./wrappers/yaml.js 17:14-32 `gatsby develop` starts well after performing this change.
This was referenced Feb 1, 2020
idev-a
pushed a commit
to idev-a/landing-page-gatsby
that referenced
this pull request
Dec 14, 2020
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174)
idev-a
pushed a commit
to idev-a/landing-page-gatsby
that referenced
this pull request
Dec 14, 2020
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174) Error message: ERROR in ./wrappers/yaml.js Module not found: Error: Cannot resolve module 'js-yaml' in /home/username/gatsby-default/wrappers @ ./wrappers/yaml.js 17:14-32 `gatsby develop` starts well after performing this change.
goldenjake
pushed a commit
to goldenjake/gatsby-starter-default
that referenced
this pull request
May 19, 2022
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174)
goldenjake
pushed a commit
to goldenjake/gatsby-starter-default
that referenced
this pull request
May 19, 2022
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174) Error message: ERROR in ./wrappers/yaml.js Module not found: Error: Cannot resolve module 'js-yaml' in /home/username/gatsby-default/wrappers @ ./wrappers/yaml.js 17:14-32 `gatsby develop` starts well after performing this change.
This was referenced Nov 9, 2022
hardcarry1995
added a commit
to hardcarry1995/gatsby-netlify-form-example-v2
that referenced
this pull request
Dec 28, 2022
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174)
hardcarry1995
added a commit
to hardcarry1995/gatsby-netlify-form-example-v2
that referenced
this pull request
Dec 28, 2022
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174) Error message: ERROR in ./wrappers/yaml.js Module not found: Error: Cannot resolve module 'js-yaml' in /home/username/gatsby-default/wrappers @ ./wrappers/yaml.js 17:14-32 `gatsby develop` starts well after performing this change.
leonhiat
added a commit
to leonhiat/gatsby-starter-blog
that referenced
this pull request
Oct 31, 2023
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby/pull/174)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
history
is being half-installed by npm 2.14.12 due toscroll-behavior
peerDependency, which caused the webpack build to fail when it couldn't find history's dependency 'warning.' This does not happen in npm 3.x because all dependencies are installed at top level.This was the webpack error:
Note that
history
was also installed underreact-router
, where it had all required dependencies.Also removes this warning: