Skip to content

Commit

Permalink
Include note about pnpm (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBaedin committed Sep 20, 2022
1 parent 115b5e3 commit 88b24fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -68,6 +68,12 @@ npm run db-push

3. Run `npm run dev` at the project root folder.

## Note about pnpm
Expo doesn't play nice with pnpm by default. The symbolic links of pnpm break the [rules of Expo monorepos](https://docs.expo.dev/guides/monorepos/#common-issues). The issue can be fixed by telling pnpm to hoist dependencies using a `.npmrc` file:
```diff
+ node-linker=hoisted
```

## Deployment

### Next.js
Expand Down

1 comment on commit 88b24fa

@vercel
Copy link

@vercel vercel bot commented on 88b24fa Sep 20, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

create-t3-turbo – ./

create-t3-turbo-git-main-t3-oss.vercel.app
create-t3-turbo.vercel.app
create-t3-turbo-t3-oss.vercel.app

Please sign in to comment.