-
Notifications
You must be signed in to change notification settings - Fork 6
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
Nothing happen after execution - Java 17.0.1 - Node 16.14.0 - NPM 8.5.0 #2
Comments
@charlyautomatiza thank you for reporting this - we do seem to have some issues on windows, see #1 it would be great if you can contribute. meanwhile I've created this issue at the jbang-npm project jbangdev/jbang-npm#4 the workaround would be for you to install jbang manually following the instructions here - and then repeat the it would be great if you can let me know if it works after you have manually installed jbang |
Hi @ptrthomas Thanks for the quick reply. To install
|
@charlyautomatiza really appreciate the quick feedback ! |
Not sure if this is same issue but I am getting below error when I am trying from powershell.
npm details ::
jbang details:
When I clone this repo and perform
I check the url for maven => https://repo1.maven.org/maven2/ |
@rahulmr looks like you cloned the project and installed it ? that won't work because we haven't made the release of karate-all. it may work if you set please create a node project and use |
Yes it is working now with |
closing as this will work correctly after releasing karate-npm 0.2.2 |
@ammar01 yes windows is known to be problematic. do consider contributing code or helping others to do so |
For anyone who comes across this closed issue in future, the solution I found is as mentioned in the documentation. Manually install jbang first. I downloaded the latest version zip from https://github.com/jbangdev/jbang/releases, extracted it to a folder and added the /bin folder in there to my PATH environment variable. After this, doing an npm install of karate-npm was successful without any error. |
After following the steps to run on windows, nothing happen, there ir no error and no execution log.
After adding
@karatelabs/karate
dependency and install.npm i
SO: Windows 10 Home
Java, NPM and Node version:
My test.js
My package.json.
But nothing happen when I run in
cmd
.The text was updated successfully, but these errors were encountered: