Chrissi | Freaky
Chrissi | Freaky
Explore posts from servers
DDeno
Created by Chrissi | Freaky on 10/22/2024 in #help
Angular on Deno 2.0
In the blog post announcing Deno 2.0, it is mentioned that Deno can be used with Angular. However, I am having difficulty setting up a new Angular project using Deno. My current approach, deno run -A npm:@angular/cli@latest ng new test, does not seem to work, and I am unsure how to proceed.
2 replies
DDeno
Created by Chrissi | Freaky on 10/19/2024 in #help
Why Are Permissions Enabled Globally and Not Per Dependency?
I've been trying out Deno and built a small project. One thing heard about Deno was the control over what a package can do on your system. However, after going through the docs and experimenting, I noticed that permissions can only be enabled globally for the project. Is there a way to allow specific permissions, like file system access, for just one package? It feels a bit confusing because in my small project, I already need to allow three permissions, and I’m tempted to just use the -A flag for convenience. Could someone clarify this for me?
7 replies