Ankit Singh
Ankit Singh
I am on yarn 3.5.1 have the local .yarnrc.yml defined like this: `nodeLinker: node-modules plugins: - path: .yarn/plugins/plugin-dedupe-on-install.cjs spec: "https://raw.githubusercontent.com/ambar/yarn-plugin-dedupe-on-install/main/index.js" - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs spec: "@yarnpkg/plugin-workspace-tools" npmRegistries: "REGISTRY URL": npmAuthToken: "TOKEN"...
@Nikhil-Nandagopal @manikumarnune123 I've the same use case and I have tried implementing this(for /appsmith) but in the end it breaks the ui editor(drag/drop and connect data with widget). Steps taken:...