Grzegorz Leoniec
Grzegorz Leoniec
Related to #3311
Help is still wanted ;)
Not the .DS_Store as it's not part of the build but the .gitkeep is shown also on production yes
Any updates on this one?
same here... it just died ```sh The plugin "vite:dep-pre-bundle" was triggered by this import node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]__zihuxm6iyoonfwhnytczdy5irq/node_modules/@udecode/plate-core/dist/index.es.js:10:35: 10 │ import { useDeepCompareMemo } from 'use-deep-compare'; ╵ ~~~~~~~~~~~~~~~~~~ ```
also there is a message about depricated babel plugins: ```sh deprecated subdependencies found: @babel/[email protected], @babel/[email protected] ``` They are used by tinacli: ```sh dependencies: @tinacms/cli 1.5.39 ├─┬ @graphql-codegen/typescript 4.0.1 │ └─┬...
I had to restore my package lock file and throw node_modules away and do another package installation. Then it was working as expected. But now I have to be care...
@jjuannn you have to use the version number without `^` in front because that is indication "at least version x". Therefore try: ```json "@tinacms/cli": "1.5.31", "tinacms": "1.5.22" ``` Then delete...
@bitsdojo bump 💯
Hey is this issue still be worked on?