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

πŸ› New Bug: Issue when executing the installed command #27

Closed
WasiqB opened this issue Sep 19, 2024 · 0 comments Β· Fixed by #28
Closed

πŸ› New Bug: Issue when executing the installed command #27

WasiqB opened this issue Sep 19, 2024 · 0 comments Β· Fixed by #28
Assignees
Labels
bug Something isn't working
Milestone

Comments

@WasiqB
Copy link
Owner

WasiqB commented Sep 19, 2024

❓ What is the bug?

Issue when executing the installed command

Affected Version

v0.1.2

πŸ“ƒ Steps to reproduce the bug

  1. Install the NPM package for ultra-report
  2. Run the ultra-report command

βœ… Expected Behavior

Command should get executed successfully and generated report should get opened in the default browser

❌ Actual Behavior

Getting the following Error message:

> ultra-report "/Users/wasiqbhamla/Documents/github/twine-ecom/automation/test-output/Twine E-Com API Smoke Suite/Test Twine Rest API.xml"
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 1: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 2: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 3: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 4: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 5: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 6: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 7: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 8: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 9: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 10: import: command not found
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 11: syntax error near unexpected token `('
/Users/wasiqbhamla/.nvm/versions/node/v18.20.4/bin/ultra-report: line 11: `const reportPath = path.resolve('out/index.html');'
@WasiqB WasiqB added the bug Something isn't working label Sep 19, 2024
@WasiqB WasiqB added this to the v0.1.0 milestone Sep 19, 2024
@WasiqB WasiqB self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant