When installing via yarn add umi-plugin-apollo I get this error,
success Saved lockfile.
success Saved 411 new dependencies.
info Direct dependencies
└─ umi-plugin-apollo@0.0.18
info All dependencies
├─ @apollo/react-hoc@3.1.5
....
├─ yeoman-generator@4.0.1
└─ zen-observable-ts@0.8.21
$ umi generate tmp
Path must be a string.
TypeError: Path must be a string.
at Function.resolveSync [as sync] (/home/ial/Devel/sas/web/node_modules/@umijs/utils/node_modules/resolve/lib/sync.js:53:15)
at /home/ial/Devel/sas/web/node_modules/@umijs/core/lib/Service/utils/pluginUtils.js:90:29
at Array.map (<anonymous>)
at getPluginsOrPresets (/home/ial/Devel/sas/web/node_modules/@umijs/core/lib/Service/utils/pluginUtils.js:89:99)
at resolvePlugins (/home/ial/Devel/sas/web/node_modules/@umijs/core/lib/Service/utils/pluginUtils.js:183:19)
at new Service (/home/ial/Devel/sas/web/node_modules/@umijs/core/lib/Service/Service.js:183:59)
at new Service (/home/ial/Devel/sas/web/node_modules/umi/lib/ServiceWithBuiltIn.js:50:5)
at /home/ial/Devel/sas/web/node_modules/umi/lib/cli.js:98:15
at Generator.next (<anonymous>)
at asyncGeneratorStep (/home/ial/Devel/sas/web/node_modules/umi/lib/cli.js:53:103)
When installing via
yarn add umi-plugin-apollo
I get this error,Any ideas?