No linking; Write ~/.c9/managed/.npmrc

pull/134/merge
Alex Brausewetter 2015-09-03 12:17:23 -07:00
rodzic 766fa74cbf
commit f580ef7391
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -195,7 +195,6 @@ define(function(require, exports, module) {
env: {
"npm_config_production": "true",
"npm_config_depth": 0,
"npm_config_link": "true",
"npm_config_userconfig": "/dev/null",
"npm_config_prefix": managedNpmPath,
"npm_config_cache": managedCachePath,
@ -347,6 +346,11 @@ define(function(require, exports, module) {
function fsWriteNpmrc(callback) {
var config = [
"//registry.npmjs.org/:_authToken = a7c61f6e-5b10-41db-947f-8bc8f1f9468b",
"production = true",
"depth = 0",
"userconfig = /dev/null",
"prefix = " + managedNpmPath,
"cache = " + managedCachePath,
];
//