Skip to content

Unable to install snel with install.ts #57

@jmherbst

Description

@jmherbst

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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions