Cannot run Velociraptor in Deno ^1.13.0
See original GitHub issueNative plugins have been removed https://github.com/denoland/deno/pull/10908.
So executing this command will raise an error:
vr
error: Found argument '--allow-plugin' which wasn't expected, or isn't valid in this context
Did you mean --allow-run?
USAGE:
deno run <SCRIPT_ARG>... --allow-env=<allow-env> --allow-net=<allow-net> --allow-read=<allow-read> --allow-run=<allow-run> --allow-write=<allow-write>
For more information try --help
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Troubleshooting Deployments :: Velociraptor - Digging deeper!
In this case, Velociraptor can not start because it can not write on its logs directory. Other errors might be disk full or...
Read more >Deno 1.13 Release Notes
Deno 1.13 stabilizes the native HTTP server, and introduces FFI, a streaming WebSocket API, the new self.structuredClone() function and ...
Read more >velociraptor@1.0.0-beta.16 | Deno
In its simplest form, the scripts property behaves like in package.json: the keys are script names and the values are the command strings....
Read more >velociraptor@v1.0.0-beta.5 | Deno
Any other argument, passed to the script. Unlike npm run , the -- separator is not needed. Run vr without arguments to see...
Read more >velociraptor@v1.0.0-beta.12 | Deno
In its simplest form, the scripts property behaves like in package.json: the keys are script names and the values are the command strings....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The change introduced in flags by
deno@^1.13.0
breaks Velociraptor installation files so a full re-install is required. This can be done either manually with the-f
flag (see Installation) or by running vr in remote mode:Thank you so much @paambaati and sorry for the delay in merging your PR, your changes are now live in
1.2.0
😊