question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install snel with install.ts

See original GitHub issue

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/svelte@3.46.4/animate
Download https://cdn.skypack.dev/svelte@3.46.4/easing
Download https://cdn.skypack.dev/svelte@3.46.4/internal
Download https://cdn.skypack.dev/svelte@3.46.4/motion
Download https://cdn.skypack.dev/svelte@3.46.4/store
Download https://cdn.skypack.dev/svelte@3.46.4/transition
Download https://cdn.skypack.dev/-/svelte@v3.46.4-xym63myK8b1EihujDDAL/dist=es2019,mode=imports/optimized/svelte/transition.js
Download https://cdn.skypack.dev/-/svelte@v3.46.4-xym63myK8b1EihujDDAL/dist=es2019,mode=imports/optimized/svelte/motion.js
Download https://cdn.skypack.dev/-/svelte@v3.46.4-xym63myK8b1EihujDDAL/dist=es2019,mode=imports/optimized/svelte/animate.js
Download https://cdn.skypack.dev/-/svelte@v3.46.4-xym63myK8b1EihujDDAL/dist=es2019,mode=imports/optimized/svelte/easing.js
Download https://cdn.skypack.dev/-/svelte@v3.46.4-xym63myK8b1EihujDDAL/dist=es2019,mode=imports/optimized/svelte/internal.js
Download https://cdn.skypack.dev/-/svelte@v3.46.4-xym63myK8b1EihujDDAL/dist=es2019,mode=imports/optimized/svelte/store.js
Download https://cdn.skypack.dev/-/svelte@v3.46.4-xym63myK8b1EihujDDAL/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/snel@v0.7.1/src/shared/internal_plugins.ts:13:24
error: Uncaught (in promise) something went wrong while running snel

Any suggestions?

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:4
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
delightcommented, Jun 30, 2022

I’d really love to try this but as it seems right now there is no way to get this started.

Got a question though: are there any plans to make snel work with fresh ? Would be awesome and something to look forward to.

3reactions
buttercubzcommented, May 19, 2022

Hi @jmherbst currently snel is broken as deno-rollup is also broken due to a change made in deno’s namespace but I’m already working on a hot fix

Read more comments on GitHub >

github_iconTop Results From Across the Web

crewdevio/Snel: A Cybernetical framework for svelte ... - GitHub
the only thing you need is to run the installation command. deno run --allow-run --allow-read https://deno.land/x/snel/install.ts.
Read more >
Zugriff verweigert (os error 5) when installing snel via deno
everytime I try to install Snel with this command deno run -A https://deno.land/x/snel/install.ts , I get the error message:
Read more >
/README.md | snel@v0.5.5 | Deno
the only thing you need is to run the installation command. deno run --allow-run --allow-read https://deno.land/x/snel/install.ts. wait wait!
Read more >
TS Gateway Installation Problems - TechNet - Microsoft
If there are no errors, then most likely the problem is with IIS. As uninstall and re-install of IIS is not an option...
Read more >
Initial Server Setup with Debian 10 | Snel.com
Cloud VPS or Dedicated Server with Debian 10 installed. Step 1: Log in via SSH. When your server is created Snel sends you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found