Files
meteor/tools
Robert Dickert d861776948 Put /node_modules in package root on build
Fixes #1761.

Package code pulled from a git repo does not contain the directory
`/node_modules`, as these modules are downloaded during the build
process. However, this can confuse NPM prior to build completion.

If the package directory doesn’t have a '/node_modules' subdirectory,
NPM will assume we are not at the package root and will search the
directory's parents for one. It will then set the root to any ancestor
that does have a '/node_modules' subdir. This can cause the build to
fail for downloaded user packages and also Meteor itself if run from
checkout.

See also #927.
2014-02-17 15:38:44 -08:00
..
2014-01-27 14:17:31 -08:00
2014-02-13 19:11:30 -08:00
2014-02-13 19:11:30 -08:00
2014-01-03 18:20:07 -08:00
2014-02-07 17:55:46 -08:00
2014-02-10 19:12:52 -08:00
2014-02-05 15:52:05 -08:00
2014-02-13 18:48:18 -08:00
2014-01-07 14:46:39 -08:00
2014-02-13 19:11:30 -08:00
2014-02-13 19:37:55 -08:00
2014-02-13 19:11:30 -08:00
2014-02-13 19:11:30 -08:00
2014-02-14 18:46:57 -08:00
2013-12-30 05:39:14 -08:00
2014-02-04 14:04:30 -08:00