Shahriyar Nasir
Shahriyar Nasir
In Yarn 2, when I run `apollo client:codegen --target=typescript`, I get the following error: ``` (node:82281) Error Plugin: apollo: could not find package.json with { type: 'core', root: '/Users/shahn/Development/work/packmanager/.yarn/cache/apollo-npm-2.28.3-3d185f04c8-3.zip/node_modules/apollo', name:...
I'm able to get past this by temporarily patching `@oclif/config` package's `lib/plugin.js:89`: ``` diff --git a/lib/plugin.js b/lib/plugin.js index 583f75af38f..95fd59b86ed 100644 --- a/lib/plugin.js +++ b/lib/plugin.js @@ -85,7 +85,9 @@ class Plugin...
I'm experiencing this as well. I'm on: ``` Rails 5.2.4.2 Spring version 2.1.0 ```