From a9008eecba387a27f125e50053a26edf5c41e3c9 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 19 May 2015 11:37:17 -0700 Subject: [PATCH] chore(build): record the version of node we expect. The .nvmrc file is used by nvm if you don't specify a version. This lets us type Found '/Users/alexeagle/Projects/angular/.nvmrc' with version <0.12> Now using node v0.12.2. It doesn't check that you are using the node version from the file, however, so this won't prevent version skew. See https://github.com/creationix/nvm#usage closes #1995 --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000000..c43e1055fd --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +0.12