Untitled
unknown
plain_text
4 years ago
3.9 kB
8
Indexable
yarn build
yarn run v1.22.17
$ rimraf dist coverage
$ yarn build:package:all && concurrently --raw "yarn build:api" "yarn build:gauzy"
$ yarn run build:package:contracts && yarn run build:package:common && yarn run build:package:common-angular && yarn run build:package:config && yarn run build:package:plugin && yarn run build:package:plugins && yarn run build:package:auth && yarn run build:package:core && yarn run build:package:plugin:knowledge-base && yarn run build:package:plugin:changelog && yarn build:package:desktop-libs && yarn build:package:plugin:integration-wakatime && yarn ng build desktop-ui-lib
$ cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn --cwd ./packages/contracts build
$ rimraf dist && yarn run compile
$ tsc -p tsconfig.build.json
$ cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn --cwd ./packages/common build
$ rimraf dist && yarn run compile
$ tsc -p tsconfig.build.json
$ cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn --cwd ./packages/common-angular build
$ rimraf dist && yarn run compile
$ tsc -p tsconfig.build.json
$ cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn --cwd ./packages/config build
$ rimraf dist && yarn run compile
$ tsc -p tsconfig.build.json
src/config-manager.ts:1:42 - error TS2307: Cannot find module '@gauzy/common' or its corresponding type declarations.
1 import { deepMerge, IPluginConfig } from '@gauzy/common';
~~~~~~~~~~~~~~~
src/config.service.ts:2:65 - error TS2307: Cannot find module '@gauzy/common' or its corresponding type declarations.
2 import { IPluginConfig, IApiServerOptions, IAssetOptions } from '@gauzy/common';
~~~~~~~~~~~~~~~
src/database.ts:3:35 - error TS2307: Cannot find module 'typeorm' or its corresponding type declarations.
3 import { ConnectionOptions } from 'typeorm';
~~~~~~~~~
src/default-configuration.ts:9:8 - error TS2307: Cannot find module '@gauzy/common' or its corresponding type declarations.
9 } from '@gauzy/common';
~~~~~~~~~~~~~~~
src/environments/environment.prod.ts:3:41 - error TS2307: Cannot find module '@gauzy/contracts' or its corresponding type declarations.
3 import { FileStorageProviderEnum } from '@gauzy/contracts';
~~~~~~~~~~~~~~~~~~
src/environments/environment.ts:7:41 - error TS2307: Cannot find module '@gauzy/contracts' or its corresponding type declarations.
7 import { FileStorageProviderEnum } from '@gauzy/contracts';
~~~~~~~~~~~~~~~~~~
src/environments/ienvironment.ts:5:41 - error TS2307: Cannot find module '@gauzy/contracts' or its corresponding type declarations.
5 import { FileStorageProviderEnum } from '@gauzy/contracts';
~~~~~~~~~~~~~~~~~~
src/environments/ienvironment.ts:20:8 - error TS2307: Cannot find module '@gauzy/common' or its corresponding type declarations.
20 } from '@gauzy/common';
~~~~~~~~~~~~~~~
Found 8 errors.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.Editor is loading...