From 699a803f174662a8ec62442438bb0807e41d3971 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 8 May 2021 15:27:30 +0000 Subject: Node.js stack refactoring (#4255) * Create node.profile * Create node-gyp.profile * refactor npm as redirect * Create npx.profile * Create nvm.profile * Create semver.profile * refactor yarn as redirect * collect node.js stack configuration in common profile * add ~/.nvm to node section * account for node-gyp python dependency * read-only ~/.nvm for node.js stack * blacklist ~/.nvm for node.js stack * move env var comment cfr. profile.template * Delete node-gyp.profile node-gyp is a shell script with a node shebang. We've got that covered via node.profile. * Delete npx.profile npx is a shell script with a node shebang. We've got that covered via node.profile. * Delete semver.profile semver is a shell script that calls node. We've got that covered via node.profile. * add node and nvm to new profiles section --- etc/inc/disable-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc/disable-common.inc') diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc index 35f89e11b..a6dbb7403 100644 --- a/etc/inc/disable-common.inc +++ b/etc/inc/disable-common.inc @@ -338,6 +338,7 @@ read-only ${HOME}/dotfiles read-only ${HOME}/.gem read-only ${HOME}/.luarocks read-only ${HOME}/.npm-packages +read-only ${HOME}/.nvm read-only ${HOME}/bin read-only ${HOME}/.bin read-only ${HOME}/.local/bin -- cgit v1.2.3-54-g00ecf