question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

6.0.0 and 7.0.0 are published on npm

See original GitHub issue

Issue 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:closed
  • Created 4 years ago
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
jay-finncommented, Dec 13, 2019

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.

2reactions
prathapcodercommented, May 9, 2020

@batrudinych remove sequelize from package.json file and save the file. now run the following command npm install sequelize.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found