Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snel install fails on windows #62

Open
dekelly opened this issue Feb 27, 2023 · 1 comment
Open

Snel install fails on windows #62

dekelly opened this issue Feb 27, 2023 · 1 comment

Comments

@dekelly
Copy link

dekelly commented Feb 27, 2023

Trying to install snel on my windows machine getting following failure -

S C:> deno run --allow-run --allow-read https://deno.land/x/snel/install.ts
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
installation complete.

PS C:> deno --version
deno 1.31.1 (release, x86_64-pc-windows-msvc)
v8 11.0.226.13
typescript 4.9.4

@buttercubz
Copy link
Member

Trying to install snel on my windows machine getting following failure -

S C:> deno run --allow-run --allow-read https://deno.land/x/snel/install.ts 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 installation complete.

PS C:> deno --version deno 1.31.1 (release, x86_64-pc-windows-msvc) v8 11.0.226.13 typescript 4.9.4

@dekelly please try this:

deno install -A -n snel https://raw.githubusercontent.com/crewdevio/Snel/main/cli.ts

this one now use vite under the hood

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants