Skip to content

Commit eeeecb2

Browse files
authored
Merge pull request #128 from capitalone/fix-zone
update zone import and readme
2 parents 62b7bf8 + 77bdc0a commit eeeecb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Whatever it is, Acronym-Decoder (A-D!) aims to help you get through the alphabet
99
* Download this project by clicking 'Code' on the top right of the website, then click 'Download ZIP'. Follow the image for any further guidance necessary.
1010
![](readme-assets/download.png)
1111
* Open the project with your favorite text editor and enter the following commands in the terminal.
12-
* `npm install`
12+
* `npm install --legacy-peer-deps`
1313
* `npm run build`
1414
* Visit `chrome://extensions` on your chrome browser
1515
* Enable Developer mode and click Load unpacked as seen in the image below
@@ -20,7 +20,7 @@ Note: modifications to content-script files will require you to refresh the exte
2020

2121
## Build
2222

23-
* `npm install`
23+
* `npm install --legacy-peer-deps`
2424
* `npm run build`
2525

2626
## Configuration

src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import 'core-js/proposals/reflect-metadata';
7373
/***************************************************************************************************
7474
* Zone JS is required by Angular itself.
7575
*/
76-
import 'zone.js/dist/zone'; // Included with Angular CLI.
76+
import 'zone.js'; // Included with Angular CLI.
7777

7878

7979

0 commit comments

Comments
 (0)