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

Error: ENOENT: no such file or directory #252

Closed
Debashis9012 opened this issue Sep 27, 2019 · 2 comments
Closed

Error: ENOENT: no such file or directory #252

Debashis9012 opened this issue Sep 27, 2019 · 2 comments
Assignees
Labels

Comments

@Debashis9012
Copy link
Contributor

scenarios#1:

  • gauge install js
  • Turn of internet connectivity
  • Do gauge init js

Excepted Behaviour:
gauge-js project should be created successfully

Actual Behaviour:
Initialising Gauge JavaScript project { [Error: ENOENT: no such file or directory, mkdir '/Users/debas/work/structureLogs/js2/test/env/default'] errno: -2, code: 'ENOENT', syscall: 'mkdir', path: '/Users/debas/work/structureLogs/js2/test/env/default' } create manifest.json create specs create specs/example.spec create .gitignore create env create env/default create env/default/default.properties Successfully initialized the project. Run specifications with "gauge run specs/".

scenarios#2:

  • Download gauge-js-offline zip file
  • gauge install js -f ~/Downloads/gauge-js-offline-2.3.6.nightly-2019-09-24.zip
  • gauge init js

Excepted Behaviour:
gauge-js project should be created successfully

Actual Behaviour:
Initialising Gauge JavaScript project { [Error: ENOENT: no such file or directory, mkdir '/Users/debas/work/structureLogs/js2/test/env/default'] errno: -2, code: 'ENOENT', syscall: 'mkdir', path: '/Users/debas/work/structureLogs/js2/test/env/default' } create manifest.json create specs create specs/example.spec create .gitignore create env create env/default create env/default/default.properties Successfully initialized the project. Run specifications with "gauge run specs/".

@BugDiver BugDiver self-assigned this Oct 3, 2019
BugDiver pushed a commit that referenced this issue Oct 3, 2019
@gaugebot
Copy link

gaugebot bot commented Oct 3, 2019

The fix should be available in nightly >= 3-10-2019

@Debashis9012
Copy link
Contributor Author

This issue has been verified and fixed.
Tested version: js (2.3.6.nightly-2019-10-03)

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

No branches or pull requests

2 participants