林炳权
林炳权
install aleph cli: ``` deno install --name=aleph -Ar -f https://deno.land/x/aleph/cli.ts ``` init vue template: ``` aleph init aleph-vue --template=vue ``` init react template: ``` aleph init aleph-react ```
> > ``` > > deno install --name=aleph -Ar -f https://deno.land/x/aleph/cli.ts > > ``` > > I received an error for this. But got it to work by also including...
> @linbingquan hi, is this pr ready? TBH, this PR just basic function. I am not sure it doesn't has any bug.
> Could you try pulling my changes from #23947 into this PR? I think we'll have to do both at the same time. Done.
@mmastrac TBH, I have no idea about this error: [test debug linux-aarch64](https://github.com/denoland/deno/actions/runs/9226037666/job/25384927831?pr=23676#logs) , I do not know how to fix it...
> @linbingquan i think changing these occurrences in `cli/napi` might fix it? from > > ``` > let argv: &[v8::Local] = > transmute(std::slice::from_raw_parts(argv, argc)); > ``` > > to >...
Closed it by https://github.com/denoland/deno/pull/24207
> @linbingquan if you're still interested in landing this PR can you please rebase it and apply David's suggestion from [#25104 (comment)](https://github.com/denoland/deno/pull/25104#discussion_r1725073239)? I saw a lot of code that needed...
> Ie. remove it from relevant `Cargo.toml` files. I have a quick look, should not be able to complete the deletion of 'once_cell', 'once_cell' is used elsewhere. > Would it...
I now feel that this refactoring is not very necessary, I close this PR.