That means you need to have a file named `.node_version.txt`. In that file should be version number of node that you want. For example: `v4.6.0` or `latest`. To see valid version strings go to <
What happens is that this construct `$(<.node_version.txt)` is replaced with the contents of the file.
This line
becomes
The construct `$(