Pilgrim
How to globally install npm package that depends on 'lifecycle scripts'?
When I try installig
live-server
with dino install -g -A npm:live-server
, I get a error with a comment asking to install fsevents
with deno install --allow-scripts=npm:fsevents@1.2.13
. I've tried installing fsevents
seperately before live-server
but that hasn't worked and I can't find a solution in the docs.1 replies