feathers icon indicating copy to clipboard operation
feathers copied to clipboard

Type error when compiling a newly generated sequelize app

Open LinusOP opened this issue 2 years ago • 0 comments

Steps to reproduce

  • Create a feathers app using the following options: https://cdn.discordapp.com/attachments/1017195623235199117/1017195623482675241/unknown.png
  • Run yarn start

Expected behavior

The app should compile into javascript which should then run

Actual behavior

The compilation results in the following errors: https://i.imgur.com/bwgg6Mo.png yarn dev however does work fine and the app runs.

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working):

  • "sequelize": "^6.20.1"
  • "feathers-sequelize": "^6.3.4"

NodeJS version: 16.16.0

Operating System: Fedora 35

LinusOP avatar Sep 08 '22 20:09 LinusOP