File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import * as puppeteer from 'puppeteer' ;
2- import chalk from 'chalk' ;
32import { ConsoleMessage , Page } from 'puppeteer' ;
43import { SANDBOX_MENU_ITEMS_FILE , SandboxFileInformation } from '../build-sandboxes' ;
54import { ErrorReporter , REPORT_TYPE } from '../error-reporter' ;
65import { Config } from '../configure' ;
76import { waitForNgServe } from '../utils' ;
7+ const chalk = require ( 'chalk' ) ;
88
99// Used to tailor the version of headless chromium ran by puppeteer
1010const CHROME_ARGS = [ '--disable-gpu' , '--no-sandbox' ] ;
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22import { run } from './run' ;
3- import chalk from 'chalk' ;
3+ const chalk = require ( 'chalk' ) ;
44
55( async ( ) => {
66 try {
You can’t perform that action at this time.
0 commit comments