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

Package @inlang/cli not found in the registry #119

Closed
b3ngg opened this issue Mar 25, 2022 · 4 comments
Closed

Package @inlang/cli not found in the registry #119

b3ngg opened this issue Mar 25, 2022 · 4 comments
Labels
type: bug Something isn't working

Comments

@b3ngg
Copy link

b3ngg commented Mar 25, 2022

Describe the bug
When trying to install the CLI via NPM, I get an error message that the package is not found.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new folder
  2. Run npm init -y
  3. Run npm i @inlang/cli -D
  4. See error:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@inlang%2fcli - Not found
npm ERR! 404 
npm ERR! 404  '@inlang/cli@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ben/.npm/_logs/2022-03-25T08_22_13_677Z-debug-0.log

Expected behavior
The package should be in the registry and install.

Desktop:

  • OS: MacOS
  • Node Version: v17.4.0
@b3ngg b3ngg added the type: bug Something isn't working label Mar 25, 2022
@samuelstroschein
Copy link
Member

Indeed. I am refactoring inlang to work on top of git, see #115.

I expect the work to be complete within the next 4 weeks. In the meantime, you can use the VSCode extension and dashboard nevertheless. Just the CLI is not available for now.

@b3ngg
Copy link
Author

b3ngg commented Mar 25, 2022

Alright, thank you.
Maybe add a notice in the README and in the docs? Could be confusing for people like me.

Looking forward for the finished refactor. Looks like a really cool project!

samuelstroschein added a commit that referenced this issue Mar 25, 2022
@samuelstroschein
Copy link
Member

As part of #127, the architecture is rebuilt and this issue becomes obsolete.

@samuelstroschein
Copy link
Member

@b3ngg you could take a look at inlang again.

The CLI is not out yet. The VSCode extension will be re-released within the next 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants