DaThiccestBoi 0 Posted August 13, 2020 Share Posted August 13, 2020 Hi. I'm developing a small gamemode and use sequelize as my ORM of choice. However, I'm getting the error Quote Package exports for '[...]\node_modules\sequelize\node_modules\uuid' do not define a valid '.' target and I've found that this is a known issue: https://github.com/uuidjs/uuid/issues/466 The problem is that the server uses NodeJS v13.1.0 which is apparently outdated already. Can we expect an upgrade anytime soon? Link to post Share on other sites
xtance 1 Posted August 14, 2020 Share Posted August 14, 2020 "Temporary fix... go to sequelize's package.json and downgrade uuid from 8.1.0 to 3.4.0 then run npm update. I guess this is a bad fix. " Source Link to post Share on other sites
DaThiccestBoi 0 Posted August 14, 2020 Author Share Posted August 14, 2020 I've managed to fix it locally but that is not the point. I just wanted to highlight a specific example for why it's bad to remain on this version. I doubt upgrading to v14 would break many people's code. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now