DenoDDeno
Powered by
PilgrimP
Denoβ€’2y ago
Pilgrim

How to globally install npm package that depends on 'lifecycle scripts'?

When I try installig
live-server
live-server
with
dino install -g -A npm:live-server
dino install -g -A npm:live-server
, I get a error with a comment asking to install
fsevents
fsevents
with
deno install --allow-scripts=npm:fsevents@1.2.13
deno install --allow-scripts=npm:fsevents@1.2.13
. I've tried installing
fsevents
fsevents
seperately before
live-server
live-server
but that hasn't worked and I can't find a solution in the docs.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to import a npm package that relies on Wasm
Sabah KaldwinSSabah Kaldwin / help
3y ago
Stuck at running lifecycle scripts
Rick~RRick~ / help
17mo ago
Expose package scripts
SuchySSuchy / help
15mo ago