Skip to content

chore: update troubleshooting-missing-dep-instruction #32

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notes/dev.troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: dde0d05d-3e4c-498b-90bb-de4e902f02d6
title: Troubleshooting
desc: ''
updated: 1637878713594
updated: 1660906640420
created: 1620686948200
nav_order: 5.1
---
Expand All @@ -15,7 +15,7 @@ nav_order: 5.1
Sometimes we will add new dependencies to master. In order to pick them up, run the following from the workspace root.

```sh
bootstrap/scripts/bootstrap.sh
yarn bootstrap:bootstrap
```

### Relative import to an inter-workspace dependency
Expand Down
4 changes: 2 additions & 2 deletions notes/pkg.nextjs-template.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: PgwAXFfotfgpFVqHQRlBl
title: Nextjs Template Quickstart
desc: |
Development related
updated: 1657672395883
updated: 1661242414952
created: 1628376960868
---

Expand Down Expand Up @@ -35,7 +35,7 @@ curl -LO https://artifacts-prod-artifactb7980f61-19orqnnuurvwy.s3.us-west-2.amaz
unzip dendron-site.zip
```

1. Run the nextj sapp
1. Run the nextjs app

```sh
yarn dev
Expand Down