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
I installed tower-of-babel recently and followed the instructions in the setup step, npm install babel-cli -g. This installs babel-cli 6.x. I went through a few errors while running babel-node with the exercises (listed here for SEO).
I was getting Error: Cannot find module 'babel-runtime/helpers/create-class' & deleting node_modules & re-running npm install fixed it. Then again I'm not installing the work-shopper globally.
I installed tower-of-babel recently and followed the instructions in the setup step,
npm install babel-cli -g
. This installs babel-cli 6.x. I went through a few errors while runningbabel-node
with the exercises (listed here for SEO).I was able to resolve them with additional babel 6 configuration, but ultimately, using babel 5 was the simplest solution:
If anyone is experiencing these problems, see if that helps.
The text was updated successfully, but these errors were encountered: