Skip to content

Commit

Permalink
fix: missing ts dep
Browse files Browse the repository at this point in the history
- scuri relies on a peer dependency installed typescript so let's install it and allow users to select their version
  • Loading branch information
gparlakov committed Oct 23, 2022
1 parent 1028af9 commit bfadb5d
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 14,416 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ Will run `npm install --save-dev scuri @angular-devkit/schematics-cli` in the cu

## Requirements

It needs to install npm packages `scuri` and `@angular-devkit/schematics-cli`. Just run the `Scuri Install Dependencies` command from the command pallette `F1`/`Ctrl + Shift + p` or any other command and it will do the trick
It needs to install npm packages `scuri` and `@angular-devkit/schematics-cli` and `typescript`. Just run the `Scuri Install Dependencies` command from the command pallette `F1`/`Ctrl + Shift + p` or any other command and it will do the trick

### Dependency Versions

All `scuri`, `@angular-devkit/schematics-cli`, and `typescript` versions are configurable via the config: `scuri-code.scuri-version`,`scuri-code.angular-schematics-version`, `scuri-code.typescript-version`.



## Known Issues
- not showing progress on commands Create or Update
Expand Down
Loading

0 comments on commit bfadb5d

Please sign in to comment.