X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c3b692c02f5c421d27471c8a20c2c6825c727863..ce2b79884f083d4ecb68b12da0148de2e63f3f09:/programs/npm.json diff --git a/programs/npm.json b/programs/npm.json index dc15fb6..27c03bc 100644 --- a/programs/npm.json +++ b/programs/npm.json @@ -1,5 +1,10 @@ { "files": [ + { + "path": "$HOME/.node-gyp", + "movable": true, + "help": "You need to put the following into your npmrc:\n\n```\ncache=${XDG_CACHE_HOME}/npm\n```\n" + }, { "help": "You need to put the following into your npmrc:\n\n```\nprefix=${XDG_DATA_HOME}/npm\ncache=${XDG_CACHE_HOME}/npm\ninit-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js\ntmp=${XDG_RUNTIME_DIR}/npm\n```\n\n_Note: the `tmp` option has been removed in more recent versions of npm, including it will generate a warning._\n", "movable": true,