Skip to content

Instantly share code, notes, and snippets.

@ankitdadhich
Last active January 3, 2023 10:52
Show Gist options
  • Save ankitdadhich/0a046e4e843237137b7340c6a0edb719 to your computer and use it in GitHub Desktop.
Save ankitdadhich/0a046e4e843237137b7340c6a0edb719 to your computer and use it in GitHub Desktop.
C:\GitLab\my-repo-name>yarn test:performance:ci --browsers=Chrome
yarn run v1.22.18
$ yarn karma start karma/karma.performance.ts --single-run --ci --browsers=Chrome
$ yarn cross-env node --max_old_space_size=4096 node_modules/karma/bin/karma start karma/karma.performance.ts --single-run --ci --browsers=Chrome
$ cross-env TS_NODE_PROJECT=tsconfig.tsnode.json node --max_old_space_size=4096 node_modules/karma/bin/karma start karma/karma.performance.ts --single-run --ci --browsers=Chrome
03 01 2023 17:42:05.604:DEBUG [config]: Loading config C:\GitLab\my-repo-name\karma\karma.performance.ts
03 01 2023 17:42:05.612:DEBUG [karma-server]: Final config Config {
LOG_DISABLE: 'OFF',
LOG_ERROR: 'ERROR',
LOG_WARN: 'WARN',
LOG_INFO: 'INFO',
LOG_DEBUG: 'DEBUG',
frameworks: [ 'mocha', 'chai', 'sinon' ],
protocol: 'http:',
port: 9876,
listenAddress: '0.0.0.0',
hostname: 'localhost',
httpsServerConfig: {},
basePath: 'C:/GitLab/my-repo-name',
files: [
Pattern {
pattern: 'C:/GitLab/my-repo-name/test/**/*.perf.ts',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 1, 1, 0, 0, 0 ],
type: undefined,
isBinary: undefined,
integrity: undefined
},
Pattern {
pattern: 'C:/GitLab/my-repo-name/src/messaging-client-worker.ts',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 0, 0, 0, 0 ],
type: undefined,
isBinary: undefined,
integrity: undefined
},
Pattern {
pattern: 'C:/GitLab/my-repo-name/src/polyfills.browser.spec.ts',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 0, 0, 0, 0 ],
type: undefined,
isBinary: undefined,
integrity: undefined
}
],
browserConsoleLogOptions: { level: 'debug', format: '%b %T: %m', terminal: true },
customContextFile: null,
customDebugFile: null,
customClientContextFile: null,
exclude: [ 'C:/GitLab/my-repo-name/karma/karma.performance.ts' ],
logLevel: 'DEBUG',
colors: false,
autoWatch: false,
autoWatchBatchDelay: 250,
restartOnFileChange: false,
usePolling: false,
reporters: [ 'spec', 'htmlDetailed' ],
singleRun: true,
browsers: [ 'Chrome' ],
captureTimeout: 60000,
pingTimeout: 5000,
proxies: {},
proxyValidateSSL: true,
preprocessors: [Object: null prototype] {
'C:/GitLab/my-repo-name/**/*.ts': [ 'webpack', 'sourcemap' ]
},
preprocessor_priority: {},
urlRoot: '/',
upstreamProxy: undefined,
reportSlowerThan: 0,
loggers: [
{
type: 'console',
layout: { type: 'pattern', pattern: '%d{DATETIME}:%p [%c]: %m' }
}
],
transports: [ 'polling', 'websocket' ],
forceJSONP: false,
plugins: [
'karma-*',
[Object: null prototype] {
'launcher:IE_NA': [ 'factory', [Function (anonymous)] ],
'launcher:IE10': [ 'factory', [Function (anonymous)] ],
'launcher:IE9': [ 'factory', [Function (anonymous)] ]
}
],
client: {
args: [],
useIframe: true,
runInParent: false,
captureConsole: true,
clearContext: true,
allowedReturnUrlPatterns: [ '^https?://' ],
mocha: { timeout: 15000 }
},
defaultClient: {
args: [],
useIframe: true,
runInParent: false,
captureConsole: true,
clearContext: true,
allowedReturnUrlPatterns: [ '^https?://' ],
mocha: { timeout: 15000 }
},
browserDisconnectTimeout: 2000,
browserDisconnectTolerance: 0,
browserNoActivityTimeout: 30000,
processKillTimeout: 10000,
concurrency: 1,
failOnEmptyTestSuite: true,
retryLimit: 2,
detached: false,
crossOriginAttribute: true,
browserSocketTimeout: 20000,
cmd: 'start',
ci: true,
configFile: 'C:\\GitLab\\my-repo-name\\karma\\karma.performance.ts',
webpack: {
entry: {
worker: './src/messaging-client-worker.ts',
lite: './src/messaging-client-lite.ts',
full: './src/messaging-client-full.ts',
polyfills: './src/polyfills.browser.spec.ts'
},
devtool: 'inline-source-map',
output: {
path: 'C:\\GitLab\\my-repo-name\\dist',
libraryTarget: 'umd',
filename: 'messaging-client-[name].js',
globalObject: "(typeof self !== 'undefined' ? self : this)"
},
mode: 'development',
resolve: { extensions: [ '.ts', '.js' ] },
module: {
rules: [
{
test: /\.ts$/,
exclude: /node_modules/,
use: [
{ loader: 'ts-loader' },
{
loader: 'ifdef-loader',
options: { DEBUG: true, PERFORMANCE_AUDIT: true }
}
]
}
]
},
plugins: [
HtmlWebpackPlugin {
userOptions: {
inject: false,
title: 'messaging-client',
filename: 'index.html',
template: 'C:\\GitLab\\my-repo-name\\test\\index.html',
hash: true,
chunks: [ 'lite', 'full' ]
},
version: 5
},
DefinePlugin {
definitions: {
'karma.urls': {
MCJS_WORKER: '"/base/src/messaging-client-worker.js"',
MCJS_POLYFILLS: '"/base/src/polyfills.browser.spec.js"',
EMPTY_FILE: '"/base/test/empty-file.js"'
}
}
}
],
devServer: {
open: true,
inline: false,
hot: false,
contentBase: 'C:\\GitLab\\my-repo-name\\dist',
port: 8081,
publicPath: '/',
watchOptions: { aggregateTimeout: 300, poll: 1000 },
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'GET, POST'
}
}
},
htmlDetailed: {
splitResults: false,
autoReload: true,
dir: '.reports',
useHostedBootstrap: true
},
specReporter: {
maxLogLines: 15,
suppressErrorSummary: false,
suppressFailed: false,
suppressPassed: false,
suppressSkipped: true,
showSpecTiming: true,
failFast: false
},
customLaunchers: {
IE_NA: { base: 'IE', flags: [ '-extoff' ] },
IE10: {
base: 'IE',
'x-ua-compatible': 'IE=EmulateIE10',
flags: [ '-extoff' ]
},
IE9: {
base: 'IE',
'x-ua-compatible': 'IE=EmulateIE9',
flags: [ '-extoff' ]
}
},
mime: { 'text/javascript': [ 'ts', 'tsx' ] }
}
03 01 2023 17:42:05.614:DEBUG [plugin]: Loading karma-* from C:\GitLab\my-repo-name\node_modules
03 01 2023 17:42:05.631:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-browserstack-launcher.
03 01 2023 17:42:05.682:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-chai.
03 01 2023 17:42:05.683:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-chrome-launcher.
03 01 2023 17:42:05.689:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-coverage-istanbul-reporter.
03 01 2023 17:42:05.726:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-edge-launcher.
03 01 2023 17:42:05.728:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-firefox-launcher.
03 01 2023 17:42:05.735:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-html-detailed-reporter.
03 01 2023 17:42:05.888:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-ie-launcher.
03 01 2023 17:42:05.891:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-mocha.
03 01 2023 17:42:05.899:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-mocha-reporter.
03 01 2023 17:42:05.916:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-sinon.
03 01 2023 17:42:05.917:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-sourcemap-loader.
03 01 2023 17:42:05.919:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-spec-reporter.
03 01 2023 17:42:05.931:DEBUG [plugin]: Loading plugin C:\GitLab\my-repo-name\node_modules\karma-webpack.
03 01 2023 17:42:05.959:DEBUG [plugin]: Loading inline plugin defining launcher:IE_NA, launcher:IE10, launcher:IE9.
(node:26132) Warning: Accessing non-existent property 'VERSION' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
webpack was not included as a framework in karma configuration, setting this automatically...
karma-webpack does not currently support custom entries, if this is something you need,
consider opening an issue.
ignoring attempt to set the entry option...
karma-webpack does not currently support customized filenames via
webpack output.filename, if this is something you need consider opening an issue.
defaulting messaging-client-[name].js to [name].js.
03 01 2023 17:42:06.002:DEBUG [web-server]: Instantiating middleware
03 01 2023 17:42:06.003:DEBUG [reporter]: Trying to load reporter: spec
03 01 2023 17:42:06.004:DEBUG [reporter]: Trying to load color-version of reporter: spec (spec_color)
03 01 2023 17:42:06.014:DEBUG [reporter]: Couldn't load color-version.
03 01 2023 17:42:06.015:DEBUG [reporter]: Trying to load reporter: htmlDetailed
03 01 2023 17:42:06.018:DEBUG [reporter]: Trying to load color-version of reporter: htmlDetailed (htmlDetailed_color)
03 01 2023 17:42:06.018:DEBUG [reporter]: Couldn't load color-version.
Webpack bundling...
asset commons.js 2.34 MiB [emitted] (name: commons) (id hint: commons)
asset runtime.js 15.2 KiB [emitted] (name: runtime)
asset index.html 6.65 KiB [emitted]
asset messaging-client-enqueuing.perf.3635560198.js 2 KiB [emitted] (name: messaging-client-enqueuing.perf.3635560198)
asset messaging-client-batching.perf.1804438650.js 2 KiB [emitted] (name: messaging-client-batching.perf.1804438650)
asset messaging-client-worker.2891765005.js 1.96 KiB [emitted] (name: messaging-client-worker.2891765005)
asset polyfills.browser.spec.508258644.js 1.96 KiB [emitted] (name: polyfills.browser.spec.508258644)
Entrypoint messaging-client-batching.perf.1804438650 2.36 MiB = runtime.js 15.2 KiB commons.js 2.34 MiB messaging-client-batching.perf.1804438650.js 2 KiB
Entrypoint messaging-client-enqueuing.perf.3635560198 2.36 MiB = runtime.js 15.2 KiB commons.js 2.34 MiB messaging-client-enqueuing.perf.3635560198.js 2 KiB
Entrypoint messaging-client-worker.2891765005 2.36 MiB = runtime.js 15.2 KiB commons.js 2.34 MiB messaging-client-worker.2891765005.js 1.96 KiB
Entrypoint polyfills.browser.spec.508258644 2.36 MiB = runtime.js 15.2 KiB commons.js 2.34 MiB polyfills.browser.spec.508258644.js 1.96 KiB
webpack 5.74.0 compiled successfully in 9665 ms
03 01 2023 17:42:16.412:DEBUG [preprocessor.sourcemap]: base64-encoded source map for C:/GitLab/my-repo-name/test/performance/messaging-client-enqueuing.perf.ts
03 01 2023 17:42:16.415:DEBUG [preprocessor.sourcemap]: base64-encoded source map for C:/GitLab/my-repo-name/test/performance/messaging-client-batching.perf.ts
03 01 2023 17:42:16.420:DEBUG [preprocessor.sourcemap]: base64-encoded source map for C:/GitLab/my-repo-name/src/polyfills.browser.spec.ts
03 01 2023 17:42:16.421:DEBUG [preprocessor.sourcemap]: base64-encoded source map for C:/GitLab/my-repo-name/src/messaging-client-worker.ts
03 01 2023 17:42:16.427:DEBUG [preprocessor.sourcemap]: base64-encoded source map for C:/GitLab/my-repo-name/test/performance/messaging-client-batching.perf.ts
03 01 2023 17:42:16.428:DEBUG [preprocessor.sourcemap]: base64-encoded source map for C:/GitLab/my-repo-name/test/performance/messaging-client-enqueuing.perf.ts
03 01 2023 17:42:16.428:DEBUG [preprocessor.sourcemap]: base64-encoded source map for C:/GitLab/my-repo-name/src/messaging-client-worker.ts
03 01 2023 17:42:16.429:DEBUG [preprocessor.sourcemap]: base64-encoded source map for C:/GitLab/my-repo-name/src/polyfills.browser.spec.ts
03 01 2023 17:42:16.476:INFO [karma-server]: Karma v6.4.1 server started at http://localhost:9876/
03 01 2023 17:42:16.476:INFO [launcher]: Launching browsers Chrome with concurrency 1
03 01 2023 17:42:16.498:INFO [launcher]: Starting browser Chrome
03 01 2023 17:42:16.500:DEBUG [launcher]: null -> BEING_CAPTURED
03 01 2023 17:42:16.501:DEBUG [temp-dir]: Creating temp dir at C:\Users\adadhich\AppData\Local\Temp\karma-2428135
03 01 2023 17:42:16.510:DEBUG [launcher]: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --user-data-dir=C:\Users\adadhich\AppData\Local\Temp\karma-2428135 --enable-automation --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate --disable-background-timer-throttling --disable-renderer-backgrounding --disable-device-discovery-notifications http://localhost:9876/?id=2428135
03 01 2023 17:42:17.499:DEBUG [web-server]: serving: C:\GitLab\my-repo-name\node_modules\karma\static/client.html
03 01 2023 17:42:17.518:DEBUG [web-server]: serving: C:\GitLab\my-repo-name\node_modules\karma\static/karma.js
03 01 2023 17:42:17.559:DEBUG [web-server]: serving: C:\GitLab\my-repo-name\node_modules\karma\static/favicon.ico
03 01 2023 17:42:17.566:DEBUG [karma-server]: A browser has connected on socket Gb0QOvRD35UJKOGrAAAB
03 01 2023 17:42:17.591:DEBUG [Chrome 108.0.0.0 (Windows 10)]: undefined -> CONNECTED
03 01 2023 17:42:17.591:INFO [Chrome 108.0.0.0 (Windows 10)]: Connected on socket Gb0QOvRD35UJKOGrAAAB with id 2428135
03 01 2023 17:42:17.605:DEBUG [launcher]: BEING_CAPTURED -> CAPTURED
03 01 2023 17:42:17.606:DEBUG [launcher]: Chrome (id 2428135) captured in 1.128 secs
03 01 2023 17:42:17.614:DEBUG [Chrome 108.0.0.0 (Windows 10)]: CONNECTED -> CONFIGURING
03 01 2023 17:42:17.621:DEBUG [middleware:karma]: custom files null null null
03 01 2023 17:42:17.622:DEBUG [middleware:karma]: Serving static request /context.html
03 01 2023 17:42:17.623:DEBUG [web-server]: serving: C:\GitLab\my-repo-name\node_modules\karma\static/context.html
03 01 2023 17:42:17.641:DEBUG [web-server]: serving: C:\GitLab\my-repo-name\node_modules\karma\static/context.js
03 01 2023 17:42:17.645:DEBUG [middleware:source-files]: Requesting /base/dist/runtime.js?badbd41035cd64e01ee07c23d298026df0a7901d
03 01 2023 17:42:17.646:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/dist/runtime.js
03 01 2023 17:42:17.648:DEBUG [web-server]: serving (cached): C:/GitLab/my-repo-name/dist/runtime.js
03 01 2023 17:42:17.650:DEBUG [middleware:source-files]: Requesting /base/dist/commons.js?f222debe7449e38c578a58e6dfde659d77aeabf9
03 01 2023 17:42:17.650:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/dist/commons.js
03 01 2023 17:42:17.651:DEBUG [web-server]: serving (cached): C:/GitLab/my-repo-name/dist/commons.js
03 01 2023 17:42:17.683:DEBUG [middleware:source-files]: Requesting /base/node_modules/sinon/pkg/sinon.js?72212b66a71c5c04c1ccf7f2f6dde6bad0bdbef8
03 01 2023 17:42:17.683:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/node_modules/sinon/pkg/sinon.js
03 01 2023 17:42:17.687:DEBUG [web-server]: serving (cached): C:/GitLab/my-repo-name/node_modules/sinon/pkg/sinon.js
03 01 2023 17:42:17.733:DEBUG [middleware:source-files]: Requesting /base/node_modules/chai/chai.js?2fd0c29c01f43e52b17fecb39b7413115fd56149
03 01 2023 17:42:17.734:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/node_modules/chai/chai.js
03 01 2023 17:42:17.736:DEBUG [web-server]: serving (cached): C:/GitLab/my-repo-name/node_modules/chai/chai.js
03 01 2023 17:42:17.747:DEBUG [middleware:source-files]: Requesting /base/node_modules/karma-chai/adapter.js?bab484a2111791847997ed88414622bccfbd2749
03 01 2023 17:42:17.748:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/node_modules/karma-chai/adapter.js
03 01 2023 17:42:17.749:DEBUG [web-server]: serving (cached): C:/GitLab/my-repo-name/node_modules/karma-chai/adapter.js
03 01 2023 17:42:17.757:DEBUG [middleware:source-files]: Requesting /base/node_modules/mocha/mocha.js?8fdde1a89a8483e30880397581a2b530f2b09c64
03 01 2023 17:42:17.758:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/node_modules/mocha/mocha.js
03 01 2023 17:42:17.759:DEBUG [web-server]: serving (cached): C:/GitLab/my-repo-name/node_modules/mocha/mocha.js
03 01 2023 17:42:17.765:DEBUG [middleware:source-files]: Requesting /base/node_modules/karma-mocha/lib/adapter.js?a0f4bbc139407501892ac58d70c2791e7adec343
03 01 2023 17:42:17.765:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/node_modules/karma-mocha/lib/adapter.js
03 01 2023 17:42:17.771:DEBUG [web-server]: serving (cached): C:/GitLab/my-repo-name/node_modules/karma-mocha/lib/adapter.js
03 01 2023 17:42:17.773:DEBUG [middleware:source-files]: Requesting /absolutemessaging-client-batching.perf.1804438650.js?51a82a6e9fe5dfd78c9587d341916fbb49d66997
03 01 2023 17:42:17.773:DEBUG [middleware:source-files]: Fetching messaging-client-batching.perf.1804438650.js
03 01 2023 17:42:17.775:DEBUG [web-server]: serving (cached): messaging-client-batching.perf.1804438650.js
03 01 2023 17:42:17.776:DEBUG [middleware:source-files]: Requesting /absolutemessaging-client-enqueuing.perf.3635560198.js?71bd074fcf6d6f1f8d57026b7aaca1db56085d49
03 01 2023 17:42:17.776:DEBUG [middleware:source-files]: Fetching messaging-client-enqueuing.perf.3635560198.js
03 01 2023 17:42:17.777:DEBUG [web-server]: serving (cached): messaging-client-enqueuing.perf.3635560198.js
03 01 2023 17:42:17.781:DEBUG [middleware:source-files]: Requesting /absolutemessaging-client-worker.2891765005.js?9a9efcaaf68830e0e222f1bedb596b648cd68240
03 01 2023 17:42:17.781:DEBUG [middleware:source-files]: Fetching messaging-client-worker.2891765005.js
03 01 2023 17:42:17.787:DEBUG [web-server]: serving (cached): messaging-client-worker.2891765005.js
03 01 2023 17:42:17.788:DEBUG [middleware:source-files]: Requesting /absolutepolyfills.browser.spec.508258644.js?02d52f35cf79e8ff78668d985cb9630dc5e97161
03 01 2023 17:42:17.788:DEBUG [middleware:source-files]: Fetching polyfills.browser.spec.508258644.js
03 01 2023 17:42:17.789:DEBUG [web-server]: serving (cached): polyfills.browser.spec.508258644.js
03 01 2023 17:42:17.874:DEBUG [web-server]: upgrade /socket.io/?EIO=4&transport=websocket&sid=sTersPBzy__WOz9TAAAA
03 01 2023 17:42:17.884:DEBUG [Chrome 108.0.0.0 (Windows 10)]: CONFIGURING -> EXECUTING
03 01 2023 17:42:17.914:DEBUG [middleware:source-files]: Requesting /base/src/messaging-client-worker.js
03 01 2023 17:42:17.915:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/src/messaging-client-worker.js
03 01 2023 17:42:17.917:WARN [web-server]: 404: /base/src/messaging-client-worker.js
03 01 2023 17:42:17.926:DEBUG [middleware:source-files]: Requesting /base/src/messaging-client-worker.js
03 01 2023 17:42:17.926:DEBUG [middleware:source-files]: Fetching C:/GitLab/my-repo-name/src/messaging-client-worker.js
03 01 2023 17:42:17.927:WARN [web-server]: 404: /base/src/messaging-client-worker.js
03 01 2023 17:42:47.896:WARN [Chrome 108.0.0.0 (Windows 10)]: Disconnected (0 times) , because no message in 30000 ms.
Chrome 108.0.0.0 (Windows 10) ERROR
Disconnected , because no message in 30000 ms.
03 01 2023 17:42:47.898:DEBUG [Chrome 108.0.0.0 (Windows 10)]: EXECUTING -> DISCONNECTED
03 01 2023 17:42:47.906:DEBUG [launcher]: CAPTURED -> BEING_KILLED
03 01 2023 17:42:47.908:DEBUG [launcher]: BEING_KILLED -> BEING_FORCE_KILLED
03 01 2023 17:42:47.908:DEBUG [Chrome 108.0.0.0 (Windows 10)]: DISCONNECTED -> DISCONNECTED
Chrome 108.0.0.0 (Windows 10): Executed 0 of 12 DISCONNECTED (30.012 secs / 0 secs)
03 01 2023 17:42:47.912:DEBUG [karma-server]: Run complete, exiting.
03 01 2023 17:42:47.913:DEBUG [launcher]: Disconnecting all browsers
03 01 2023 17:42:47.915:DEBUG [launcher]: BEING_FORCE_KILLED -> BEING_FORCE_KILLED
03 01 2023 17:42:47.916:DEBUG [proxy]: Destroying proxy agents
03 01 2023 17:42:47.992:DEBUG [launcher]: Process Chrome exited with code null and signal SIGTERM
03 01 2023 17:42:47.993:DEBUG [temp-dir]: Cleaning temp dir C:\Users\adadhich\AppData\Local\Temp\karma-2428135
03 01 2023 17:42:48.293:DEBUG [launcher]: Finished all browsers
03 01 2023 17:42:48.293:DEBUG [launcher]: BEING_FORCE_KILLED -> FINISHED
03 01 2023 17:42:48.295:DEBUG [launcher]: FINISHED -> FINISHED
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
C:\GitLab\my-repo-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment