Getting error when installing
CamelJohn opened this issue · 3 comments
CamelJohn commented
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
- create new angular project with angular cli (v13.0.1).
- run
npm install ngx-highlight-words
.
Expected behavior
the lib should install without errors - meaning it should be compatible with angular 13.
Desktop OS:
- mac big Sur
artiebits commented
Hi, thank you for reporting the issue, I will take a look!
artiebits commented
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
artiebits commented
Hi @CamelJohn, do you still experience the issue?