mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +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> |
||
---|---|---|
.. | ||
actions | ||
actions-oclif | ||
auth | ||
utils | ||
app-capitano.coffee | ||
app-common.ts | ||
app-oclif.ts | ||
app.ts | ||
config.ts | ||
errors.ts | ||
events.ts | ||
global.d.ts |