aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-nodejs.inc
blob: f69d9eee2b59144eefc8debf239bd5af58cde0fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include allow-nodejs.local

ignore read-only ${HOME}/.nvm
noblacklist ${HOME}/.nvm
noblacklist ${PATH}/node
noblacklist /usr/include/node

# Allow python for node-gyp (blacklisted by disable-interpreters.inc)
include allow-python2.inc
include allow-python3.inc