Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
comnori committed Dec 28, 2023
1 parent 89e06e1 commit 8077be1
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ npx degit comnori/vite-template-awesome-soho my-app
git init
```

4. Install editor sdk

```bash
yarn dlx @yarnpkg/sdks vscode
```

### Main Library

### Language
Expand Down Expand Up @@ -180,19 +174,6 @@ yarn type
};
```

## Troubleshooting

1. Could not read from file error

Open `.yarnrc.yml` and change nodeLinker `pnp` to `node-modules`

```yml
#nodeLinker: pnp
nodeLinker: node-modules
```

## Known Issue

## Working

- [ ] JSDoc to typedoc
Expand Down

0 comments on commit 8077be1

Please sign in to comment.