1

I am unable to install sequelize using npm. When I am trying getting following error. I am using node version v5.4.1 and npm version 3.3.12.enter image description here

can anyone help me.

Thanks

1
  • Your command is wrong.. try for this: sudo npm install sequelize --save Commented Jan 18, 2016 at 11:31

2 Answers 2

2

it is duplicate

Your module name contains sequelize key word and you should change it in package.json

Sign up to request clarification or add additional context in comments.

Comments

0

https://www.npmjs.com/package/sequelize

Hopefully the procedure on the link will help you installing sequelize

Or try this

$ npm install --save sequelize

And one of the following: $ npm install --save pg pg-hstore $ npm install --save mysql // For both mysql and mariadb dialects $ npm

install --save sqlite3 $ npm install --save tedious // MSSQL

1 Comment

I have seen the link, I didn't find anything . In case if you find anything, can you suggest me.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.