Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get svls to install #305

Open
gkaragatchliev opened this issue Jun 4, 2024 · 1 comment
Open

Can't get svls to install #305

gkaragatchliev opened this issue Jun 4, 2024 · 1 comment

Comments

@gkaragatchliev
Copy link

I want to install in Windows 11. I've used the terminal of my VSCode and Win Power Shell.
I tried the following:

  1. Clone: git clone https://github.com/dalance/svls.git
  2. cd .\svls\
  3. npm install -g .
    npm error code ENOENT
    npm error syscall open
    npm error path C:\Users\gkara\Downloads\svls\package.json
    npm error errno -4058
    npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open 'C:\Users\gkara\Downloads\svls\package.json'

Or if using install from GIT repo:
;; npm install -g https://github.com/dalance/svls.git
npm error code ENOENT
npm error syscall open
npm error path C:\Users\gkara\AppData\Local\npm-cache_cacache\tmp\git-cloneWW8czl\package.json

The issue always seems to be this json file.
I have the clone, any other way I can install it?

@xtexChooser
Copy link

This is a rust project, and you should install it with cargo install svls. Why are you using npm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants