You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System and version (if applicable): MacOS / Github Actions
Node Version (if applicable): 18
Does it work with tsc (if applicable): yes
Reproduction
git clone git@github.com:tramvaijs/tramvai.git
yarn
cd packages/cli
yarn build
Expected Behavior
Package compiled successfully
Actual Behavior
Catch this error:
Cannot find module '@tinkoff/utils/object/map'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?] {
frame: '\n' +
"\x1B[7m1\x1B[0m import mapObj from '@tinkoff/utils/object/map';\n" +
'\x1B[7m \x1B[0m \x1B[91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~\x1B[0m\n',
code: 'PLUGIN_ERROR',
length: 27,
loc: {
file: '/Users/o.drapeza/workspaces/github/tramvai/packages/cli/migrations/d2023-02-01b-tramvai-config-refactoring.ts',
line: 1,
column: 20
},
pos: 0,
pluginCode: 'TS2792',
plugin: 'Typescript',
hook: 'generateBundle'
}
tsc
(if applicable): yesReproduction
git clone git@github.com:tramvaijs/tramvai.git
yarn
cd packages/cli
yarn build
Expected Behavior
Package compiled successfully
Actual Behavior
Catch this error:
Additional information
We use a custom wrapper around
rollup
, here isrollup-plugin-ts
config - https://github.com/tramvaijs/tramvai/blob/main/tools/build/src/builds/migrations.ts#L36Here is failed build library tsconfig (inherited) - https://github.com/tramvaijs/tramvai/blob/main/packages/cli/tsconfig.json
Version 3.2.0 works perfect
The text was updated successfully, but these errors were encountered: