Add clear nvm + Node.js installation instructions and reusable setup script - #1
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
JohnDaWalka
left a comment
There was a problem hiding this comment.
traceroute to nathanielbass.com (198.49.23.145), 30 hops max, 60 byte packets
1 gateway (172.31.1.1) 4.304 ms 4.830 ms 4.954 ms
2 32775.your-cloud.host (168.119.223.78) 2.131 ms 2.150 ms 2.176 ms
3 * * *
4 * * *
5 spine15.cloud1.nbg1.hetzner.com (213.133.127.26) 2.769 ms 2.769 ms 2.765 ms
6 core11.nbg1.hetzner.com (213.239.239.121) 3.011 ms core11.nbg1.hetzner.com (213.239.203.101) 0.738 ms 0.714 ms
7 core41.vie.hetzner.com (213.239.237.209) 9.026 ms core41.vie.hetzner.com (213.239.237.213) 8.552 ms 8.510 ms
Expands the existing "Install Node.js" step in the README with comprehensive nvm installation instructions and adds a reusable setup script to help contributors quickly satisfy the plugin's Node.js requirement.
Changes Made
Enhanced README.md
#install-node-with-nvmNew Helper Script
scripts/install-node.shwith executable permissionsNODE_VERSIONenvironment variable (defaults to 24) for flexibilityset -euo pipefailbash scripts/install-node.shorNODE_VERSION=24.7.0 bash scripts/install-node.shBenefits
The enhanced instructions provide a reliable path for new contributors while maintaining the existing step numbering and structure.
This pull request was created as a result of the following prompt from Copilot chat.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.