node.js
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
node.js [2020/12/27 20:35] – external edit 127.0.0.1 | node.js [2023/08/30 11:25] (current) – skipidar | ||
---|---|---|---|
Line 57: | Line 57: | ||
console.log(result); | console.log(result); | ||
}); | }); | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ===== npx ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | Sometimes you might want to take a look at a specific package and try out some commands. But you cannot do that without installing the dependencies in your local node_modules folder. | ||
+ | |||
+ | That’s where npx comes in. | ||
+ | |||
+ | < | ||
+ | |||
+ | npx @pactflow/ | ||
+ | |||
</ | </ |
node.js.1609101328.txt.gz · Last modified: by 127.0.0.1