Closed mgroenhoff closed 7 years ago
In your package.json you have a dependency on a specific version of @types/node (v6) which results in Conflicting definitions for 'node' if I depend on v7.
My suggestion is to change the semver pattern to "latest" or "*"
Thanks a lot @mgroenhoff ! Nice touch of even updating the Changelog :+1:
Released in 0.9.1 on npm.
In your package.json you have a dependency on a specific version of @types/node (v6) which results in Conflicting definitions for 'node' if I depend on v7.
My suggestion is to change the semver pattern to "latest" or "*"