-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requiring external module babel-core/register #878
Comments
I am using ubuntu 14.04. And i am using Runing
And the issue was solved by the steps below:
Hope it will be helped for whom that using |
same issue on win 10 |
same issue on ubuntu 16.04 and aftering adding content to .babelrc, it has not been solved. |
I went back and reviewed the installation instructions in the README file. I had skipped a step there. Be sure to go back and do that. |
Thanks @luc-baro . It works!! It's just adding the |
I've run through all the open and closed issues pertaining to this, tried all of the various fixes, uninstalls, installs, code changes, running older versions of gulp, repo tossing & reinstalling and am still getting ...
|
Go to babel website, Installation section, and select "Gulp" - http://babeljs.io/docs/setup/#installation Take a look at step 4 - you will need to create a .babelrc configuration file and use a babel-preset. This resolved the issue for me. |
I just solved the problem by changing the name of the file .babelrc to .babelrc.json. I hope this help you out |
I have read all the closed issues related, but there is no way to fix the problem:
Once I download the web-starter-kit and I run
npm install
, and then I try to serve the repo runninggulp serve
but I get:Running
gulp -v
I get the following:Then I've tried many things, as
and also trying to downgrade the gulp version:
I get nothing.
Last I tried was
but I get the following error:
Any thoughts? Thank you!
The text was updated successfully, but these errors were encountered: