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
As it seems to me, you have a strict contract of using an old version of node in your package.json:
"engines": {
"node": "0.10.x"
},
Furthermore, you seem to use babel-transpiler, which should already shipped with an actual version of node. As a result you maybe could get rid of a lot of babel stuff.
Cheers
Tim.
The text was updated successfully, but these errors were encountered:
Hey,
As it seems to me, you have a strict contract of using an old version of node in your package.json:
Furthermore, you seem to use babel-transpiler, which should already shipped with an actual version of node. As a result you maybe could get rid of a lot of babel stuff.
Cheers
Tim.
The text was updated successfully, but these errors were encountered: