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

Update nodejs-beginners-tutorial.md to fix error #5258

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from

Conversation

justinzw
Copy link

@justinzw justinzw commented Jan 7, 2025

I ran through the tutorial. The issue with using echo var msg > app.js is that by default it created a UTF-16 format file which then created extra characters and node did not like.

I changed the tutorial around so that you create the file "app.js" inside of VS code instead of echo to create it.

By default this will create the file in the right format.

Changed the tutorial around so that you create the file "app.js" inside of VS code instead of `echo` to create it.
Copy link
Contributor

@justinzw : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit 79d79db:

✅ Validation status: passed

File Status Preview URL Details
hub/dev-environment/javascript/nodejs-beginners-tutorial.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

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

Successfully merging this pull request may close these issues.

2 participants