Io-ts: module not found: Can't resolve 'fp-ts/lib/Either' in

Created on 21 Jun 2019  路  7Comments  路  Source: gcanti/io-ts

Last working version is 1.9.0

Most helpful comment

We never imported from fp-ts, and therefore did not list it as a dependency. It seems to me like a change that requires all downstream consumers to make an update to their package.json in order to continue building should be considered non-passive

@RHolland13 I agree, I'll revert that change.

All 7 comments

This broke a number of our nightly CI builds for packages that were depending on io-ts indirectly through a released package. We never imported from fp-ts, and therefore did not list it as a dependency. It seems to me like a change that requires all downstream consumers to make an update to their package.json in order to continue building should be considered non-passive and warrant a major version bump.

Same thing happened to us

We never imported from fp-ts, and therefore did not list it as a dependency. It seems to me like a change that requires all downstream consumers to make an update to their package.json in order to continue building should be considered non-passive

@RHolland13 I agree, I'll revert that change.

Thanks for fixing this @gcanti.

We are ok with this change if you reintroduce it in a major version.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cyberixae picture cyberixae  路  3Comments

abaco picture abaco  路  10Comments

gunzip picture gunzip  路  9Comments

gabro picture gabro  路  4Comments

jakejx picture jakejx  路  7Comments