Current Behavior
yarn global add tsdx
# -- snip --
# warning tsdx > rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
# warning tsdx > rollup-plugin-commonjs@10.1.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
# -- snip --
Expected behavior
No warnings on install
Suggested solution(s)
Update the dependencies.
Your environment
| Software |
Version(s) |
| TSDX |
0.12.1 |
| TypeScript |
3.7.3 |
| Browser |
- |
| npm/Yarn |
1.12.3 |
| Node |
12.6.0 |
| Operating System |
Ubuntu 19.04 |
Current Behavior
Expected behavior
No warnings on install
Suggested solution(s)
Update the dependencies.
Your environment