error: Found argument '--allow-plugin' which wasn't expected, or isn't valid in this context Did you mean --allow-run? #12365
-
I am a new Deno learner and am trying to following a web tutorial about it. But when I try to run my application with the following command, it gives me the followed error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The tutorial you are using is outdated for the version of Deno you are using. Unstable plugins were removed from the CLI. I would contact the tutorial author and let them know it is outdated. |
Beta Was this translation helpful? Give feedback.
-
"Installing from deno.land"($ deno install -qAn vr https://deno.land/x/velociraptor@1.3.0/cli.ts) causes It writes below on vr path( "installing from nest.land" is fine. |
Beta Was this translation helpful? Give feedback.
The tutorial you are using is outdated for the version of Deno you are using. Unstable plugins were removed from the CLI. I would contact the tutorial author and let them know it is outdated.