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
To use --transpile with globally-installed CoffeeScript, you must have babel-core installed globally:
905
905
npm install --global babel-core
906
906
And you must save options to configure Babel in one of the places it looks to find its options, relative to the file being compiled or to the current folder.
0 commit comments