express-rest-api-boilerplate icon indicating copy to clipboard operation
express-rest-api-boilerplate copied to clipboard

NPM i fails on default package.json

Open MaxwellOrr opened this issue 4 years ago • 1 comments

In the default package.json included there is a incorrect version for sequelize.

Current: "sequelize": "^6.0.0"

Issue: This fails to install since NPM cannot find version 6.0.0. To resolve change the version to the below: "sequelize": "^6.0.0-beta.5"

MaxwellOrr avatar Apr 29 '20 18:04 MaxwellOrr

so you need to uninstall it then install a new sequelize with that tag?

mycharoka avatar Apr 24 '23 11:04 mycharoka