Fernando Torres

Results 3 comments of Fernando Torres

I am having the same problem, ran the software update command and still doesn't work. Running valgrind on console shows that valgrind command is not found. Any solutions? I'm in...

Hi @barracuda156, I had this last problem when installing a project's dependencies. The problem with macOS Sonoma [lies in the compilation with clang16](https://discourse.llvm.org/t/clang-16-notice-of-potentially-breaking-changes/65562): > -Wincompatible-function-pointer-types now defaults to an error...

Hey everyone, I had the same issue and solved it by doing a migration like this: ``` await queryInterface.changeColumn('users', 'email', { type: Sequelize.STRING, allowNull: false, unique: true, }); ```