How do I install the sequelize.js binary?

前端 未结 3 1391
一整个雨季
一整个雨季 2021-01-18 02:14

I am referencing the sequelize.js documentation at: http://sequelizejs.com/documentation#migrations-the-binary

After running \'sequelize -V\', I receive:

<         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-18 02:19

    The CLI has moved to sequelize-cli:

    npm install -g sequelize-cli
    

    https://github.com/sequelize/cli

提交回复
热议问题