5 lines
199 B
Bash
Executable File
5 lines
199 B
Bash
Executable File
# copy to /etc/profile.d/ to set the environment variables for all users
|
|
# cp -f nodejs.sh /etc/profile.d/99-nodejs.sh
|
|
|
|
export PATH=/usr/local/bin:$PATH
|
|
export NODE_OPTIONS=--max-old-space-size=50000 |