Skip to content
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

Fix ci example deploy #409

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Fix ci example deploy #409

merged 2 commits into from
Jul 16, 2024

Conversation

iM-GeeKy
Copy link
Collaborator

@iM-GeeKy iM-GeeKy commented Jul 16, 2024

Motivation

This fixes the deploy-example pipeline which has been failing for some time. Let's get all of our pipelines back to successfully running!

The fixed if based off of the pipeline error

If you want to include a polyfill, you need to:
	- add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
	- install 'stream-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
	resolve.fallback: { "stream": false }
ModuleNotFoundError: Module not found: Error: Can't resolve 'stream' in '/home/runner/work/react-native-paper-dates/react-native-paper-dates/example/node_modules/cipher-base'

@iM-GeeKy iM-GeeKy merged commit e13f835 into master Jul 16, 2024
5 checks passed
@iM-GeeKy iM-GeeKy deleted the fix-ci-example-deploy branch July 16, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant