mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-11 07:22:55 +00:00
05d58d8248
The error appears to happen when symlinking typing files and manifests on case sensitive file systems (like windows) with the error: ``` lib/actions-oclif/env/add.ts(73,16): error TS2742: The inferred type of 'flags' cannot be named without a reference to '../../../../../../../../../volumes/live/c64feead-f78e-4bd4-742d-ccd29aef53c4/volume/node_modules/@oclif/parser/lib/flags'. This is likely not portable. A type annotation is necessary. lib/actions-oclif/version.ts(42,16): error TS2742: The inferred type of 'flags' cannot be named without a reference to '../../../../../../../../volumes/live/c64feead-f78e-4bd4-742d-ccd29aef53c4/volume/node_modules/@oclif/parser/lib/flags.js'. This is likely not portable. A type annotation is necessary. ``` This appears to be reported on the Typescript repo here https://github.com/microsoft/TypeScript/issues/29221 The suggested workaround is to explicitly set the type of the `flags` static property. Change-type: patch Signed-off-by: Lucian <lucian.buzzo@gmail.com> |
||
---|---|---|
.. | ||
add.ts |