Sequelize not detected?

Hello so I’ve been trying to install sequelize to make a tags system but it only encounters errors, I hope someone can help me with this…

(Screenshot: https://remuting.is-inside.me/BgZWdc5d.png)

Hey @Remuting,

  1. Are you sure you installed this npm package by clicking on the ‘Add Package’ button in your package.json?

  2. If you’re sure you’ve installed Sequelize properly, then you could try typing enable-pnpm in the Glitch Console so that it will reinstall that package.

Let me know if this doesn’t work!

I used the add package button but it added the wrong version aparently.
I found the right version that does exist through the npmjs website.

No clue how it installed a version that doesn’t even exist.

Are you sure it’s the right package?

Sorry for the late reply but I’m pretty sure it’s the right package.

Are you using the right code? Are you sure the package installed successfully? Without errors?

Glitch installed a version that didn’t even exist…

Ouch, okay

Run the installation command via the terminal in glitch and make sure it installs correctly

It could be deprecated version, because there is a similar issue with the giphy-api-sdk-core where users were prompted to update to a further version, which did exist but was deprecated. See if the version Glitch is trying to install is deprecated on the npm page.

The version number was to high which glitch tried to install (6), the original version was lower (5).

1 Like