You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/deps/npm/node_modules/.bin/mkdirp b/deps/npm/node_modules/.bin/mkdirp
new file mode 120000
index 0000000..017896c
--- /dev/null+++ b/deps/npm/node_modules/.bin/mkdirp@@ -0,0 +1 @@+../mkdirp/bin/cmd.js
\ No newline at end of file
diff --git a/deps/npm/node_modules/.bin/node-gyp b/deps/npm/node_modules/.bin/node-gyp
new file mode 120000
index 0000000..9b31a4f
--- /dev/null+++ b/deps/npm/node_modules/.bin/node-gyp@@ -0,0 +1 @@+../node-gyp/bin/node-gyp.js
\ No newline at end of file
diff --git a/deps/npm/node_modules/.bin/nopt b/deps/npm/node_modules/.bin/nopt
new file mode 120000
index 0000000..6b6566e
--- /dev/null+++ b/deps/npm/node_modules/.bin/nopt@@ -0,0 +1 @@+../nopt/bin/nopt.js
\ No newline at end of file
diff --git a/deps/npm/node_modules/.bin/opener b/deps/npm/node_modules/.bin/opener
new file mode 120000
index 0000000..120b591
--- /dev/null+++ b/deps/npm/node_modules/.bin/opener@@ -0,0 +1 @@+../opener/opener.js
\ No newline at end of file
diff --git a/deps/npm/node_modules/.bin/rimraf b/deps/npm/node_modules/.bin/rimraf
new file mode 120000
index 0000000..4cd49a4
--- /dev/null+++ b/deps/npm/node_modules/.bin/rimraf@@ -0,0 +1 @@+../rimraf/bin.js
\ No newline at end of file
diff --git a/deps/npm/node_modules/.bin/semver b/deps/npm/node_modules/.bin/semver
new file mode 120000
index 0000000..317eb29
--- /dev/null+++ b/deps/npm/node_modules/.bin/semver@@ -0,0 +1 @@+../semver/bin/semver
\ No newline at end of file
diff --git a/deps/npm/node_modules/.bin/strip-ansi b/deps/npm/node_modules/.bin/strip-ansi
new file mode 120000
index 0000000..b65c9f8
--- /dev/null+++ b/deps/npm/node_modules/.bin/strip-ansi@@ -0,0 +1 @@+../strip-ansi/cli.js
\ No newline at end of file
diff --git a/deps/npm/node_modules/.bin/which b/deps/npm/node_modules/.bin/which
new file mode 120000
index 0000000..f62471c
--- /dev/null+++ b/deps/npm/node_modules/.bin/which@@ -0,0 +1 @@+../which/bin/which
\ No newline at end of file
diff --git a/deps/npm/test/fixtures/config/userconfig-with-gc b/deps/npm/test/fixtures/config/userconfig-with-gc
index 7268fcb..d79c625 100644
--- a/deps/npm/test/fixtures/config/userconfig-with-gc+++ b/deps/npm/test/fixtures/config/userconfig-with-gc@@ -1,4 +1,4 @@-globalconfig=/Users/ogd/Documents/projects/npm/npm/test/fixtures/config/globalconfig+globalconfig=/Users/Jeremiah/Documents/io.js/deps/npm/test/fixtures/config/globalconfig[email protected]
env-thing=asdf
init.author.name=Isaac Z. Schlueter
Should deps/npm/node_modules/.bin be checked in with npm, or ignored?
Also, the last file appears to regenerate itself and change to the user's path upon running the tests...
The result after running
make test-npm
:Should
deps/npm/node_modules/.bin
be checked in with npm, or ignored?Also, the last file appears to regenerate itself and change to the user's path upon running the tests...
cc @othiym23?
The text was updated successfully, but these errors were encountered: