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

.sequelizerc does not working with 'harmony' and 'coffee' flags #244

Closed
SerjoPepper opened this issue Jan 1, 2016 · 1 comment
Closed

Comments

@SerjoPepper
Copy link

Hello, I have tried to define .sequelizerc in this way:

var path = require('path');

module.exports = {
  config: path.join(__dirname, 'sequelize.js'),
  coffee: '',
  harmony: '',
  'models-path': path.join(__dirname, 'src/node_modules/sql/models')
};

Then I typed something:

sequelize help

And have got this:

Loaded configuration file "sequelize.js".
Using environment "development".
vagrant@vagrant:~/fh$ 

When I remove 'harmony' and 'coffee' flags everything is OK.

@SerjoPepper SerjoPepper changed the title .sequelizerc does not working with 'harmony' and 'coffee' flagsd .sequelizerc does not working with 'harmony' and 'coffee' flags Jan 1, 2016
@sushantdhiman sushantdhiman mentioned this issue Sep 1, 2017
@sushantdhiman
Copy link
Contributor

480f3fc

codetriage-readme-bot pushed a commit to codetriage-readme-bot/cli that referenced this issue Jun 5, 2019
Normalize variable names in cmd package
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

No branches or pull requests

2 participants