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
This is a duplicate of #18433 and will be fixed by #18857
We're marking this issue as answered and closing it for now but please feel free to comment here if you would like to continue this discussion. We also recommend heading over to our communities if you have questions that are not bug reports or feature requests. We hope we managed to help and thank you for using Gatsby!
Description
Calling
createRemoteFileNode()
ingatsby-source-filesystem
results in the following depreciation warning on node 12.I tried the latest version of
gatsby-source-filesystem
.The warning is written to STDERR which makes our build pipeline fail.
Steps to reproduce
gatsby develop
orgatsby build
to get the depreciation warning.Expected result
No depreciation warning.
Actual result
We get a depreciation warning, which makes our build pipeline fail:
Environment
The text was updated successfully, but these errors were encountered: