thatguyoverthere on Nostr: By libraries do you mean node modules or system libraries? You can install individual ...
By libraries do you mean node modules or system libraries? You can install individual node modules using npm from the working directory of your project. Npm init will create a package.json file and you can use the --save option to write the dependency to your package file when installing new modules. You can't pull dependencies from within a REPL if that's what you were asking
Published at
2023-10-05 09:42:25Event JSON
{
"id": "60b061ecc995cf0c36912e74f285a0e1db89f8b3ccabb2126a7775ce7474a4f3",
"pubkey": "f19093090c1e57f132e8fe878d50cb368d8e84954089de8292f9c547f6843ae5",
"created_at": 1696498945,
"kind": 1,
"tags": [
[
"e",
"63e97b5bd7e5183eb68a216dcb5819c4e4cef5d6e7b18a4f1ed85bd34f518a55",
"",
"reply"
],
[
"p",
"c7fe92f80c516c0c54b15e8d256ac07281036d934ea1ff39fb0cd8a0fd677736"
],
[
"r",
"package.json"
]
],
"content": "By libraries do you mean node modules or system libraries? You can install individual node modules using npm from the working directory of your project. Npm init will create a package.json file and you can use the --save option to write the dependency to your package file when installing new modules. You can't pull dependencies from within a REPL if that's what you were asking",
"sig": "00a1e8fb446c78e36f17ffbf2f222c36008f9540dd3d78fead68f969c224e036387d27580e46126db03f2c88add0313cc803452c7316cc8f6bd181c8b33a23cd"
}