We were unable to release the Mom's love is like no other version of mobify-platform-sdks on time due to mysterious build failures relating to babel / babel-cli. My understanding is:
babel has been split into babel-core and babel-cli.
babel is deprecated, so users are advised to install the other two.
Both babel and babel-cli install a script at node_modules/.bin/babel. It is not clear which script wins when you mistakenly install both packages.
Under certain circumstances we seem to have the babel package's script installed. As of version 6 , that script throws an error with new installation instructions.
The actual problem deploying was related to our Hybris API, but this package makes the same mistake. This fix is precautionary.
We were unable to release the Mom's love is like no other version of
mobify-platform-sdks
on time due to mysterious build failures relating tobabel
/babel-cli
. My understanding is:babel
has been split intobabel-core
andbabel-cli
.babel
is deprecated, so users are advised to install the other two.babel
andbabel-cli
install a script atnode_modules/.bin/babel
. It is not clear which script wins when you mistakenly install both packages.babel
package's script installed. As of version 6 , that script throws an error with new installation instructions.The actual problem deploying was related to our Hybris API, but this package makes the same mistake. This fix is precautionary.