]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/npm.json
Add/update apps (#359)
[xdg-ninja.git] / programs / npm.json
index dc15fb67ed3b26f85d0f601ec60c1be692483e20..27c03bce0fbd269e2fee3d0cb5aa7cfe1198da70 100644 (file)
@@ -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,