Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 50667cc

Browse files
committed
docs(readme): add note about existing declaration
addresses ionic-team/ionic-cli#3541
1 parent cde0c4b commit 50667cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ In order to take advantage of this apps will need a `src/declarations.d.ts` file
6666
declare var process: { env: { [key: string]: string | undefined; } };
6767
```
6868

69+
*Note*: This declaration may conflict if `@types/node` is installed in your project. See [#3541](https://github.com/ionic-team/ionic-cli/issues/3541).
70+
6971
## Custom Configuration
7072

7173
In many cases, the defaults which Ionic provides cover most of the scenarios required by developers; however, Ionic App Scripts does provide multiple ways to configure and override the defaults for each of the various tasks. Note that Ionic will always apply its defaults for any property that was not provided by custom configuration.

0 commit comments

Comments
 (0)