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

Chore: Add environment info request on bug tickets #2691

Open
Hugos68 opened this issue May 27, 2024 · 0 comments
Open

Chore: Add environment info request on bug tickets #2691

Hugos68 opened this issue May 27, 2024 · 0 comments
Labels
administration Items related to the project but outside the code. feature request Request a feature or introduce and update to the project. help wanted Extra attention is needed

Comments

@Hugos68
Copy link
Contributor

Hugos68 commented May 27, 2024

Describe the feature in detail (code, mocks, or screenshots encouraged)

Knowing what browser, what browser version, node, node version, packages and packages version, etc is valueable information when debugging. This info can be provided all in a single command:
npx envinfo --system --npmPackages "@skeletonlabs/*" --binaries --browsers
Which will produce:

  System:
    OS: Windows 11 10.0.22631
    CPU: (12) x64 AMD Ryzen 5 5600 6-Core Processor
    Memory: 22.62 GB / 31.93 GB
  Binaries:
    Node: 20.13.1 - C:\Program Files\nodejs\node.EXE
    npm: 10.8.0 - ~\AppData\Roaming\npm\npm.CMD
    pnpm: 9.1.2 - ~\AppData\Roaming\npm\pnpm.CMD
  Browsers:
    Edge: Chromium (125.0.2535.51)
    Internet Explorer: 11.0.22621.3527
  npmPackages:
    @skeletonlabs/skeleton: workspace:* => 3.0.0-next.0 
    @skeletonlabs/skeleton-react: workspace:* => 1.0.0-next.0 
    @skeletonlabs/skeleton-svelte: workspace:* => 1.0.0-next.1 

What type of pull request would this be?

Enhancement

Provide relevant links or additional information.

No response

@Hugos68 Hugos68 added the feature request Request a feature or introduce and update to the project. label May 27, 2024
@Hugos68 Hugos68 changed the title Add environment info request on bug tickets Chore: Add environment info request on bug tickets May 27, 2024
@endigo9740 endigo9740 added the administration Items related to the project but outside the code. label May 27, 2024
@endigo9740 endigo9740 added this to the v3.0 (Next) milestone Jun 3, 2024
@endigo9740 endigo9740 added the help wanted Extra attention is needed label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
administration Items related to the project but outside the code. feature request Request a feature or introduce and update to the project. help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants