Jean-Marie Dalmasso
Jean-Marie Dalmasso
Facing similar issues. One thing I had to do was change: ``` $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ ``` To: ``` $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ ``` This is a patch that we've had to do on...
Same problem. Anyone find a solution ?
What resolved it for me was to delete the `.rush` folder in `C:\Users\MyUser` and reinstall rush. Not sure I even needed to reinstall rush to be honest. I noticed the...
I would fix myself but the timeline would be in quite a few months before I get back around to this issue.
Actually looks like this is supposedly solved by upgrading to the latest version which also involves migrating to the new Arch. Haven't tested yet due to other issues with PROVIDER_GOOGLE...
Can confirm this is happening for me to on 2.65.5. Functions that are part of previous migrations keep showing up in new migrations and it's a painful process to go...
Another issue is that renaming a column generates a DROP and an ADD statement. If you aren't super carefull you will accidentally drop a column and all it's values instead...