Snel
Snel copied to clipboard
A Cybernetical tool for svelte applications on deno
I cannot install snel with install.ts. I get an error `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) "\x1b[31msomething went wrong while running \x1b[33msnel\x1b[31m\x1b[39m`
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 ```javascript » deno run --allow-run --allow-read -r https://deno.land/x/snel/install.ts Download...
Hi, using latest version deno, chrome, windows10,... There is an issue with installing ...snel/install.ts It seems that 2 files are deprecated, missing, etc... error: Import 'https://esm.sh/v86/[email protected]/deno/postcss-nesting.js' failed: 500 Internal Server...
When creating an example app via `snel create myapp` and then running `trex run build` it will fail with the follow output: ``` $ trex run build preparing files for...
As #4 said, importing `svelte/store` causes an error. stores.js: ```js import { writable } from 'svelte/store' export const store = writable(0) ``` When you add ` import { store }...
A nice to have feature would be to be able to reverse proxy a fixed route in the dev server. ie: `/api` points to `http://localhost:8888/api` or just a bare server......
import see highlighted code: P.S. We love what you guys are doing for svelte and deno :)
## planned features and refactors: - [x] create and build SPA projects - [x] sass and less support - [x] import maps support - [x] plugins support by [(drollup)](https://deno.land/x/drollup) -...
The `@next` version of https://github.com/cmorten/deno-rollup does not provide any package when creating a new Snel project, resulting in the error >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 This _should_...
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:\>...