loopback4 application reads loopback3 models after migration

39 Views Asked by At

I migrated my loopback3 application to loopback4, as a last step of migration, I migrated loopback3 models, but when I change my model variables in loopback4, migrated application does not read that changes, It continues to read models from loopback3. How can I fix this issue?

1

There are 1 best solutions below

1
On

Assuming you have rebuilt the project using npm run build and found out the new changes are not reflected, you can try npm run clean before building it again.