Brendon C.

Results 48 comments of Brendon C.
trafficstars

Haven't seen this in weeks with `3.0-dev4`. I'm calling it fixed!

FYI you exposed your API key there in a few of the screenshots.

Also: http://docs.sequelizejs.com/manual/models-definition.html > Import ```javascript const Project = sequelize.import(__dirname + "/path/to/models/project") module.exports = (sequelize, DataTypes) => { class Project extends sequelize.Model { } Project.init({ name: DataTypes.STRING, description: DataTypes.TEXT }, {...

@paambaati getting the same thing. Using pnpm and volta might have something to do with it. Had to manually install `@tapjs/core` and was finally able to run plugin commands, but...

@paambaati `pnpm add -D @tapjs/core` if you made it this far you already have this installed. I couldn't even run plugin commands at all until I installed `@tapjs/core`. Now I'm...

I shifted over to testing the compiled Javascript. Had to remove `@tapjs/typescript` which causes the error when using extends, even if you're testing JS directly. It's not perfect, but it...

Upgraded from 16 to latest 19. Still getting this: ``` $ pnpm tap plugin list node:internal/process/esm_loader:34 internalBinding('errors').triggerUncaughtException( ^ [Error: Cannot find package '@tapjs/core' imported from /home/me/dev/ngchat/x] { code: 'ERR_MODULE_NOT_FOUND' }...

This makes logysia unusable for me.