You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that project depending on this project (either directly or indirectly) have to install babel-preset-ts-node6-bluebird, otherwise webpack will complain.
It seems that webpack or babel interprets that piece of code and it required every project which uses this library to install babel-preset-ts-node6-bluebird. Which doesn't make much sense because not every project uses TS and bluebird.
It seems that project depending on this project (either directly or indirectly) have to install babel-preset-ts-node6-bluebird, otherwise webpack will complain.
Can we remove the following from package.json:
?
The text was updated successfully, but these errors were encountered: