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

Node getting started fixes #2605

Merged
merged 2 commits into from
Apr 17, 2023
Merged

Node getting started fixes #2605

merged 2 commits into from
Apr 17, 2023

Conversation

cartermp
Copy link
Contributor

fixes #2604

Also cleans up some import/qualifications, and quotes on strings

Validated with a local app I created from scratch.

fixes #2604

Also cleans up some import/qualifications, and quotes on strings
Copy link

@platoyuval platoyuval left a comment

Choose a reason for hiding this comment

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

LGTM.

In another PR, maybe worth adding some section/note for developers using pnpm (e.g. pnpm exec instead of npx, and maybe an explicit package dependency needed)

@svrnm
Copy link
Member

svrnm commented Apr 17, 2023

platoyuval

A note would be fine, but overall we need to compromise at some point between giving options and readability. The TypeScript/JavaScript tabs are already making things much more complicated than for other languages. @platoyuval if you provide a PR with a suggestion I am happy to review it.

@svrnm svrnm merged commit a1a879b into main Apr 17, 2023
6 checks passed
@svrnm svrnm deleted the cartermp-patch-1 branch April 17, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The example code for Getting Started in NodeJS has broken code
4 participants