Skip to content
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

Specify where the .env and .env.example files are wrt config.js #1

Closed
wants to merge 1 commit into from
Closed

Specify where the .env and .env.example files are wrt config.js #1

wants to merge 1 commit into from

Conversation

JaKXz
Copy link

@JaKXz JaKXz commented Aug 21, 2016

Also fixed some of the project config.

Here's the S/O answer: http://stackoverflow.com/a/39068378/1444541

Good luck!

@@ -10,7 +10,9 @@
},
"devDependencies": {
"ava": "^0.16.0",
"babel": "^6.5.2",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

babel is a no-op in babel 6

You have mistakenly installed the `babel` package, which is a no-op in Babel 6.
Babel's CLI commands have been moved from the `babel` package to the `babel-cli` package.

    npm uninstall babel
    npm install babel-cli

See http://babeljs.io/docs/usage/cli/ for setup instructions.

@sibelius
Copy link
Owner

it is working great, really thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants