6.0.0 and 7.0.0 are published on npm
See original GitHub issueIssue Description
npm has versions 6.0.0 and 7.0.0 of sequelize even though those are not valid releases yet:
https://www.npmjs.com/package/sequelize/v/6.0.0 https://www.npmjs.com/package/sequelize/v/7.0.0
Someone ran into an issue where running npm audit fix
“upgraded” them to 6.0.0, which as far as I can tell, is not actually a valid release right now.
I was able to reproduce this by creating a new directory and then running npm init -y; npm i -E sequelize@4.28.8; npm audit fix --force
inside it. After following those steps you will end up with sequelize@6.0.0 installed.
Is this issue dialect-specific?
- No. This issue is relevant to Sequelize as a whole.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Tip: Click on a version number to view a previous ... - npm
Tip: Click on a version number to view a previous version's package page ...
Read more >semantic-release/npm
semantic-release plugin to publish a npm package. Latest version: 9.0.1, last published: 7 months ago. Start using @semantic-release/npm in ...
Read more >Changelog - npm Docs
Documentation for the npm registry, website, and command-line interface.
Read more >del - npm
Delete files and directories. Latest version: 7.0.0, last published: 5 months ago. Start using del in your project by running `npm i del`....
Read more >saquibkhan - npm
Option parsing for Node, supporting types, shorthands, etc. Used by npm. gar. published 7.0.0 • a month agopublished 7.0.0 a month ago ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Are there any updates on this?
I have been using 6.0.0 for a while now, but npm started complaining today that it’s unable to find it. I also can’t find it in npm version history, but it’s available in https://registry.npmjs.org/sequelize/-/sequelize-6.0.0.tgz.
@batrudinych remove sequelize from package.json file and save the file. now run the following command npm install sequelize.