This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
[Feature Request] Install locally #132
Comments
lonix1
changed the title
[Feature Request] Install locallst
[Feature Request] Install locally
Feb 11, 2019
I nonetheless tried a global install, and that didn't work... :( |
does yarn work? |
@jgroom33 I don't know anything about yarn... |
yarn is a newer package manager than npm |
But presumably it will also install to If that's not viable, feel free to close. Maybe we can talk about it again if this gets upvotes / interest? |
I think since it is a cli tool that requiring global install is acceptable. |
The plugin should be implemented by using strest as an api instead of launching a shell. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed via
npm i -D @strest/cli
, and installed the vscode plugin. When I run it I with ctrl+alt+r I get the errorThe docs say to install globally, presumably then it would work. Many people don't install anything globally, ever, other than npm itself.
Please tell me to how I can make this work?
If it's not currently possible, please add the ability to install locally. Or perhaps add a config file, so we can specify where to find the executable, or that it should run using
npx
.The text was updated successfully, but these errors were encountered: