-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make Installation of Velocitas CLI work outside of DevContainer #160
Comments
Hi Eriksven, |
I see, my hope was to be able to bootstrap a new Velocitas project with the CLI from the local command line only, instead of copying the repository from the template. Marking it as enhancement sounds good. |
Hi @eriksven did you try to run |
Hi @eriksven where you able to test it? For me, on my mac outside of a devcontainer, I can successfully install the CLI using npm i .
npm i -g . |
The commands below worked for me on a Debian VM. Without "sudo npm run build" the I could still run
|
Severity
Critical
What release version, tag or commit-hash did you use?
v0.5.0
Current Behavior
I would like to install the velocitas-cli as described in the Readme and execute:
npm install -g velocitas-cli
in the root-directory of the checked out repository.The result is
cli % npm install -g velocitas-cli npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/velocitas-cli - Not found npm ERR! 404 npm ERR! 404 'velocitas-cli@*' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
Steps to Reproduce
git clone https://github.com/eclipse-velocitas/cli.git
cd cli
npm install -g velocitas-cli
Expected Behavior
Veloctias-CLI is globally installed on my machine
Possible Solution
No response
Additional Information
I tried this with the following versions and got the same result:
Node: v20.5.1, NPM: 9.8.0
Node: v18.17.1, NPM: 9.6.7
Code of Conduct
The text was updated successfully, but these errors were encountered: