-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
template/*-rest-api: Fix lint failure (#1514)
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
'skuba': patch | ||
--- | ||
|
||
template/\*-rest-api: Fix lint failure | ||
|
||
This resolves the following failure on a newly-initialised project due to a regression in the `@types/express` dependency chain: | ||
|
||
```console | ||
error TS2688: Cannot find type definition file for 'mime'. | ||
The file is in the program because: | ||
Entry point for implicit type library 'mime' | ||
``` | ||
|
||
A temporary workaround is to install `mime` as a dev dependency. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters