artiebits/ngx-highlight-words

Getting error when installing

CamelJohn opened this issue · 3 comments

Describe the bug
getting npm ERR! when installing the lib.
tried using the --legacy-peer-deps flag. it still results in the same error.

To Reproduce

  1. create new angular project with angular cli (v13.0.1).
  2. run npm install ngx-highlight-words.

Expected behavior
the lib should install without errors - meaning it should be compatible with angular 13.

Screenshots
image

Desktop OS:

  • mac big Sur

Hi, thank you for reporting the issue, I will take a look!

I've tried to create a new Angular app using Angular CLI v13.1.3, then successfully installed the ngx-highlight-words package. Could you try rm -rf node_modules, then npm install, and then npm install ngx-highlight-words. Thank you

Hi @CamelJohn, do you still experience the issue?