-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Running on my m1 mac:
» deno --version
deno 1.22.0 (release, aarch64-apple-darwin)
v8 10.0.139.17
typescript 4.6.2
Install failure log
» deno run --allow-run --allow-read -r https://deno.land/x/snel/install.ts
Download https://deno.land/x/snel/install.ts
Warning Implicitly using latest version (v0.7.1) for https://deno.land/x/snel/install.ts
Download https://deno.land/x/snel@v0.7.1/install.ts
Download https://cdn.skypack.dev/[email protected]/animate
Download https://cdn.skypack.dev/[email protected]/easing
Download https://cdn.skypack.dev/[email protected]/internal
Download https://cdn.skypack.dev/[email protected]/motion
Download https://cdn.skypack.dev/[email protected]/store
Download https://cdn.skypack.dev/[email protected]/transition
Download https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/svelte/transition.js
Download https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/svelte/motion.js
Download https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/svelte/animate.js
Download https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/svelte/easing.js
Download https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/svelte/internal.js
Download https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/svelte/store.js
Download https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/common/global-5c50bad9.js
Check https://deno.land/x/snel/install.ts
Warning Implicitly using latest version (v0.7.1) for https://deno.land/x/snel/cli.ts
error: Module not found "https://denopkg.com/buttercubz/deno-rollup@next/plugins/terser/mod.ts".
at https://deno.land/x/snel@v0.7.1/src/shared/internal_plugins.ts:13:24
Warning Implicitly using latest version (v1.11.0) for https://deno.land/x/trex/import_map.json
Warning Implicitly using latest version (v1.11.0) for https://deno.land/x/trex/cli.ts
Warning Implicitly using latest version (v1.11.0) for https://deno.land/x/trex/utils/types.ts
Warning Implicitly using latest version (0.140.0) for https://deno.land/std/fmt/colors.ts
✅ Successfully installed trex
/Users/j/.deno/bin/trex
installation complete.Snel + Trex attempt:
» export PATH="/Users/j/.deno/bin:$PATH"
» snel
zsh: command not found: snel
» trex exec snel create name
error: Module not found "https://denopkg.com/buttercubz/deno-rollup@next/plugins/terser/mod.ts".
at https://deno.land/x/[email protected]/src/shared/internal_plugins.ts:13:24
error: Uncaught (in promise) something went wrong while running snel
Any suggestions?
jeremymeadows, windchime-yk and delight
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working