-
Notifications
You must be signed in to change notification settings - Fork 912
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
Update Docusaurus to 2.0.0-beta.21 #686
Update Docusaurus to 2.0.0-beta.21 #686
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently staging
doesn't pass the first stage of yarn build
without this patch. See discord where someone thankfully pointed that out. 🙏
I still can't do a successful yarn build
(errors below) but I'm guessing this patch is necessary regardless & for further testing.
Module not found: Error: @endiliey/react-ideal-image tried to access prop-types (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous and unsound.
Required package: prop-types
Required by: @endiliey/react-ideal-image@virtual:3cf9faed2fdcf8cf2816984c3f979a9e6f70671b0fc79f6ddecadcb54ad30490d233b13546dc936cf0f07131436493904530ae208f3942d8e6cb3e999b347656#npm:0.0.11 (via /home/rphair/archive/build/developer-portal/.yarn/__virtual__/@endiliey-react-ideal-image-virtual-8a623f94d8/0/cache/@endiliey-react-ideal-image-npm-0.0.11-9efe93392e-81f7bf641a.zip/node_modules/@endiliey/react-ideal-image/dist/components/Icon/)
Ancestor breaking the chain: @docusaurus/plugin-ideal-image@virtual:86d9023e2b01982c284bbae01a4007fc0ceee472db50ea3e560ed440755cca42f116af9c149ef8b281024def644212120fe55d4640b53813fd07d955b75a9316#npm:2.0.0-beta.22
Module not found: Error: @endiliey/react-ideal-image tried to access prop-types (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous and unsound.
Required package: prop-types
Required by: @endiliey/react-ideal-image@virtual:3cf9faed2fdcf8cf2816984c3f979a9e6f70671b0fc79f6ddecadcb54ad30490d233b13546dc936cf0f07131436493904530ae208f3942d8e6cb3e999b347656#npm:0.0.11 (via /home/rphair/archive/build/developer-portal/.yarn/__virtual__/@endiliey-react-ideal-image-virtual-8a623f94d8/0/cache/@endiliey-react-ideal-image-npm-0.0.11-9efe93392e-81f7bf641a.zip/node_modules/@endiliey/react-ideal-image/dist/components/IdealImage/)
Ancestor breaking the chain: @docusaurus/plugin-ideal-image@virtual:86d9023e2b01982c284bbae01a4007fc0ceee472db50ea3e560ed440755cca42f116af9c149ef8b281024def644212120fe55d4640b53813fd07d955b75a9316#npm:2.0.0-beta.22
Module not found: Error: @endiliey/react-ideal-image tried to access prop-types (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous and unsound.
Required package: prop-types
Required by: @endiliey/react-ideal-image@virtual:3cf9faed2fdcf8cf2816984c3f979a9e6f70671b0fc79f6ddecadcb54ad30490d233b13546dc936cf0f07131436493904530ae208f3942d8e6cb3e999b347656#npm:0.0.11 (via /home/rphair/archive/build/developer-portal/.yarn/__virtual__/@endiliey-react-ideal-image-virtual-8a623f94d8/0/cache/@endiliey-react-ideal-image-npm-0.0.11-9efe93392e-81f7bf641a.zip/node_modules/@endiliey/react-ideal-image/dist/components/Media/)
Ancestor breaking the chain: @docusaurus/plugin-ideal-image@virtual:86d9023e2b01982c284bbae01a4007fc0ceee472db50ea3e560ed440755cca42f116af9c149ef8b281024def644212120fe55d4640b53813fd07d955b75a9316#npm:2.0.0-beta.22
[ERROR] Client bundle compiled with errors therefore further build is impossible.
No description provided.