Kelly murphy
Results
2
comments of
Kelly murphy
# nvm use 20.9.0 Now using node v20.9.0 (npm v10.1.0) # npm pack --json --dry-run | jq -r '.[0]|.shasum,.integrity' 436b67980267bd8e76b3b10c6bafe003e9e5d03d sha512-/W/ehBBXd1ntYclIepRcTTbGQBfM8JJ58ZFq/UclTOgHmsLadEtIL4AK70XSqOj8iKKvie28RvAjwD3DzblXDw== # nvm use 20.10.0 Now using node v20.10.0 (npm...
mkdir proj-with-hard-links consumer (cd proj-with-hard-links && npm init --yes) (cd consumer && npm init --yes) echo "*** Creating file with a hard link ***" cd proj-with-hard-links touch file1.js ln file1.js...