Skip to content

Fix npm i by making prepare install devDeps first#19

Closed
tshmieldev wants to merge 1 commit intomainfrom
@tshmieldev/fix-npm-i
Closed

Fix npm i by making prepare install devDeps first#19
tshmieldev wants to merge 1 commit intomainfrom
@tshmieldev/fix-npm-i

Conversation

@tshmieldev
Copy link
Copy Markdown
Member

Before, running npm i inside PulsarApp would fail as it ran prepare script in react-native-pulsar which call bob build which was not installed

now, the prepare script runs npm i before running bob

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the react-native-pulsar package’s install lifecycle so that running npm install from within PulsarApp no longer fails when the library’s prepare step runs without bob being available.

Changes:

  • Updates react-native-pulsar’s prepare script to run an install step before bob build.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread react-native/react-native-pulsar/package.json
@tshmieldev tshmieldev closed this Apr 20, 2026
@tshmieldev
Copy link
Copy Markdown
Member Author

Found a possibly better solution: #20
@piaskowyk

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.

2 participants