jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`vr` command not found after installation

eklemen opened this issue · comments

Command I ran from https://velociraptor.run/docs/installation/ :

deno install -qAn vr https://deno.land/x/velociraptor@1.2.0/cli.ts

New terminal window in zsh

$ vr
zsh: command not found: vr

Tried to reinstall it by running command again (with -f flag) but get a module not found error

error: Cannot resolve module "file:///Users/<username>/pathtomyapp/vr".

MacOS Catalina 10.15.4
deno 1.13.1 (release, x86_64-apple-darwin)
v8 9.3.345.11
typescript 4.3.5

Let me know if there is any other information I can provide. Thanks!

@eklemen Have you added Deno's executable installation root to your PATH?

This fixed it. My apologies!