Hello, dear forum members. I need your advice.
I need to run a script on Windows 10, but I can’t figure it out.
Python312, Node, npm are installed with the latest versions for today.
I perform the following sequence:
Step 1: Install Bitcoin Core
Step 2: Install Node JS
Step 3: Created a folder on the desktop “test”. In this folder, the program test and the script test_link2.js are saved to run
C:\Users\adm\Desktop\test>npm install bitcoin-core –save
up to date, audited 82 packages in 5s
4 packages are looking for funding
run `npm fund` for details
4 moderate severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
C:\Users\adm\Desktop\test>npm install axios
up to date, audited 82 packages in 7s
4 packages are looking for funding
run `npm fund` for details
4 moderate severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
Do I understand correctly that if I run these lines, there is no need to run them in js?
npm is not JavaScript, you can’t run these in JavaScript.
Running these things without knowing what they are and what they do is not suggested. You can find our curriculum at https://www.freecodecamp.org/ to learn to code and even use npm for a full stack app