Skip to content

Commit

Permalink
fix: unknown option npm when generating a vanilla example app (#664)
Browse files Browse the repository at this point in the history
### Summary

Fixes #663 

### Test plan

1. Generate a new library with the vanilla example app
2. Make sure you don't get an exception
  • Loading branch information
atlj authored Oct 24, 2024
1 parent afc7b26 commit 84430e4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export default async function generateExampleApp({
'--version',
reactNativeVersion,
'--skip-install',
'--npm',
'--pm',
'npm',
];

// `npx create-expo-app example --no-install --template blank`
Expand Down

0 comments on commit 84430e4

Please sign in to comment.