Skip to content

docs: add note about npm logging #4032

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

Merged
merged 1 commit into from
Aug 24, 2021
Merged

docs: add note about npm logging #4032

merged 1 commit into from
Aug 24, 2021

Conversation

jsjoeio
Copy link
Contributor

@jsjoeio jsjoeio commented Aug 24, 2021

Fixes #3896

@jsjoeio jsjoeio requested a review from a team as a code owner August 24, 2021 22:26
@jsjoeio jsjoeio self-assigned this Aug 24, 2021
@jsjoeio jsjoeio added the docs Documentation related label Aug 24, 2021
@codecov
Copy link

codecov bot commented Aug 24, 2021

Codecov Report

Merging #4032 (3ba5154) into main (1d8806f) will not change coverage.
The diff coverage is n/a.

❗ Current head 3ba5154 differs from pull request most recent head 5b6db90. Consider uploading reports for the commit 5b6db90 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4032   +/-   ##
=======================================
  Coverage   63.51%   63.51%           
=======================================
  Files          36       36           
  Lines        1872     1872           
  Branches      379      379           
=======================================
  Hits         1189     1189           
  Misses        580      580           
  Partials      103      103           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d8806f...5b6db90. Read the comment docs.

@github-actions
Copy link

✨ Coder.com for PR #4032 deployed! It will be updated on every commit.

@jsjoeio jsjoeio enabled auto-merge August 24, 2021 22:48

### Debugging install issues with npm

Unfortunately, `yarn` swallows all logs on `yarn global add` so instead you can install with `npm` and see the logs:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Unfortunately, `yarn` swallows all logs on `yarn global add` so instead you can install with `npm` and see the logs:
`yarn` suppresses logs when running `yarn global add`, so to debug installation issues, install with `npm` instead:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh noo! I didn't get a chance to add this because I hit "enable auto-merge" - I'll follow up with a PR

@jsjoeio jsjoeio merged commit 1284aa3 into main Aug 24, 2021
@jsjoeio jsjoeio deleted the jsjoeio-npm-troubleshoot branch August 24, 2021 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use npm instead of yarn
2 participants