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
npm-container always set in ./packages, ignoring process.env.PACKAGE_DIRS
meteor-core uses this approach:
// User can provide additional package directories to search in
// PACKAGE_DIRS (colon-separated).
_.each(process.env.PACKAGE_DIRS.split(':'), function (p) {
searchDirs.push(files.pathResolve(p));
});
The text was updated successfully, but these errors were encountered:
npm-container always set in ./packages, ignoring
process.env.PACKAGE_DIRS
meteor-core uses this approach:
The text was updated successfully, but these errors were encountered: