question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot run Velociraptor in Deno ^1.13.0

See original GitHub issue

Native 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
umbopepatocommented, Nov 5, 2021

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:

$ deno run -A https://code.velociraptor.run upgrade
2reactions
umbopepatocommented, Aug 31, 2021

Thank you so much @paambaati and sorry for the delay in merging your PR, your changes are now live in 1.2.0 😊

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found