Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > [email protected] install /tmp/apm-install-dir-114926-21101-rfmlp6/node_modules/term/node_modules/pty.js
- > node-gyp rebuild
- make: Entering directory `/tmp/apm-install-dir-114926-21101-rfmlp6/node_modules/term/node_modules/pty.js/build'
- CXX(target) Release/obj.target/pty/src/unix/pty.o
- make: Leaving directory `/tmp/apm-install-dir-114926-21101-rfmlp6/node_modules/term/node_modules/pty.js/build'
- npm http GET https://registry.npmjs.org/term.js/0.0.3
- npm http GET https://registry.npmjs.org/pty.js
- npm http GET https://registry.npmjs.org/debounce/0.0.3
- npm http GET https://registry.npmjs.org/keypather
- npm http 304 https://registry.npmjs.org/term.js/0.0.3
- npm http 304 https://registry.npmjs.org/debounce/0.0.3
- npm http 304 https://registry.npmjs.org/keypather
- npm http 304 https://registry.npmjs.org/pty.js
- npm http GET https://registry.npmjs.org/nan/0.7.0
- npm http GET https://registry.npmjs.org/extend
- npm http 304 https://registry.npmjs.org/nan/0.7.0
- npm http 304 https://registry.npmjs.org/extend
- In file included from ../src/unix/pty.cc:16:0:
- ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanError(const char*)’:
- ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
- # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
- ^
- ../node_modules/nan/nan.h:352:13: note: in expansion of macro ‘_NAN_ERROR’
- return _NAN_ERROR(v8::Exception::Error, errmsg);
- ^
- ../node_modules/nan/nan.h: In function ‘void NanThrowError(const char*)’:
- ../node_modules/nan/nan.h:337:7: error: ‘ThrowException’ is not a member of ‘v8’
- v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
- ^
- ../node_modules/nan/nan.h:356:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
- _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
- ^
- ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
- # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
- ^
- ../node_modules/nan/nan.h:337:26: note: in expansion of macro ‘_NAN_ERROR’
- v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
- ^
- ../node_modules/nan/nan.h:356:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
- _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
- ^
- ../node_modules/nan/nan.h: In function ‘void NanThrowError(v8::Handle<v8::Value>)’:
- ../node_modules/nan/nan.h:361:5: error: ‘ThrowException’ is not a member of ‘v8’
- v8::ThrowException(error);
- ^
- ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanError(const char*, int)’:
- ../node_modules/nan/nan.h:368:53: error: ‘New’ is not a member of ‘v8::String’
- v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
- ^
- ../node_modules/nan/nan.h:370:14: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
- ^
- ../node_modules/nan/nan.h:370:65: error: no matching function for call to ‘v8::Int32::New(const int&)’
- obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
- ^
- ../node_modules/nan/nan.h:370:65: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: static v8::Local<v8::Integer> v8::Integer::New(v8::Isolate*, int32_t)
- static Local<Integer> New(Isolate* isolate, int32_t value);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: candidate expects 2 arguments, 1 provided
- In file included from ../src/unix/pty.cc:16:0:
- ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanTypeError(const char*)’:
- ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
- # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
- ^
- ../node_modules/nan/nan.h:382:12: note: in expansion of macro ‘_NAN_ERROR’
- return _NAN_ERROR(v8::Exception::TypeError, errmsg);
- ^
- ../node_modules/nan/nan.h: In function ‘void NanThrowTypeError(const char*)’:
- ../node_modules/nan/nan.h:337:7: error: ‘ThrowException’ is not a member of ‘v8’
- v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
- ^
- ../node_modules/nan/nan.h:386:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
- _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
- ^
- ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
- # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
- ^
- ../node_modules/nan/nan.h:337:26: note: in expansion of macro ‘_NAN_ERROR’
- v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
- ^
- ../node_modules/nan/nan.h:386:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
- _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
- ^
- ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanRangeError(const char*)’:
- ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
- # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
- ^
- ../node_modules/nan/nan.h:390:12: note: in expansion of macro ‘_NAN_ERROR’
- return _NAN_ERROR(v8::Exception::RangeError, errmsg);
- ^
- ../node_modules/nan/nan.h: In function ‘void NanThrowRangeError(const char*)’:
- ../node_modules/nan/nan.h:337:7: error: ‘ThrowException’ is not a member of ‘v8’
- v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
- ^
- ../node_modules/nan/nan.h:394:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
- _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
- ^
- ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
- # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
- ^
- ../node_modules/nan/nan.h:337:26: note: in expansion of macro ‘_NAN_ERROR’
- v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
- ^
- ../node_modules/nan/nan.h:394:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
- _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
- ^
- ../node_modules/nan/nan.h: In constructor ‘NanCallback::NanCallback()’:
- ../node_modules/nan/nan.h:714:49: error: no matching function for call to ‘v8::Object::New()’
- v8::Local<v8::Object> obj = v8::Object::New();
- ^
- ../node_modules/nan/nan.h:714:49: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
- static Local<Object> New(Isolate* isolate);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: candidate expects 1 argument, 0 provided
- In file included from ../src/unix/pty.cc:16:0:
- ../node_modules/nan/nan.h: In constructor ‘NanCallback::NanCallback(const v8::Handle<v8::Function>&)’:
- ../node_modules/nan/nan.h:720:49: error: no matching function for call to ‘v8::Object::New()’
- v8::Local<v8::Object> obj = v8::Object::New();
- ^
- ../node_modules/nan/nan.h:720:49: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
- static Local<Object> New(Isolate* isolate);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: candidate expects 1 argument, 0 provided
- In file included from ../src/unix/pty.cc:16:0:
- ../node_modules/nan/nan.h: In destructor ‘NanCallback::~NanCallback()’:
- ../node_modules/nan/nan.h:727:12: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Dispose’
- handle.Dispose();
- ^
- ../node_modules/nan/nan.h:728:12: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Clear’
- handle.Clear();
- ^
- ../node_modules/nan/nan.h: In member function ‘void NanCallback::SetFunction(const v8::Handle<v8::Function>&)’:
- ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
- #define NanSymbol(value) v8::String::NewSymbol(value)
- ^
- ../node_modules/nan/nan.h:733:39: note: in expansion of macro ‘NanSymbol’
- NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
- ^
- ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Function> NanCallback::GetFunction()’:
- ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
- #define NanSymbol(value) v8::String::NewSymbol(value)
- ^
- ../node_modules/nan/nan.h:737:46: note: in expansion of macro ‘NanSymbol’
- return NanPersistentToLocal(handle)->Get(NanSymbol("callback"))
- ^
- ../node_modules/nan/nan.h:738:25: error: expected primary-expression before ‘>’ token
- .As<v8::Function>();
- ^
- ../node_modules/nan/nan.h:738:27: error: expected primary-expression before ‘)’ token
- .As<v8::Function>();
- ^
- ../node_modules/nan/nan.h: In member function ‘void NanCallback::Call(int, v8::Handle<v8::Value>*)’:
- ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
- #define NanSymbol(value) v8::String::NewSymbol(value)
- ^
- ../node_modules/nan/nan.h:746:13: note: in expansion of macro ‘NanSymbol’
- Get(NanSymbol("callback")).As<v8::Function>();
- ^
- ../node_modules/nan/nan.h:746:51: error: expected primary-expression before ‘>’ token
- Get(NanSymbol("callback")).As<v8::Function>();
- ^
- ../node_modules/nan/nan.h:746:53: error: expected primary-expression before ‘)’ token
- Get(NanSymbol("callback")).As<v8::Function>();
- ^
- ../node_modules/nan/nan.h:748:9: error: ‘GetCurrent’ is not a member of ‘v8::Context’
- v8::Context::GetCurrent()->Global()
- ^
- ../node_modules/nan/nan.h: In member function ‘void NanAsyncWorker::SavePersistent(const char*, v8::Local<v8::Object>&)’:
- ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
- #define NanSymbol(value) v8::String::NewSymbol(value)
- ^
- ../node_modules/nan/nan.h:795:17: note: in expansion of macro ‘NanSymbol’
- handle->Set(NanSymbol(key), obj);
- ^
- ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Object> NanAsyncWorker::GetFromPersistent(const char*)’:
- ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
- #define NanSymbol(value) v8::String::NewSymbol(value)
- ^
- ../node_modules/nan/nan.h:802:24: note: in expansion of macro ‘NanSymbol’
- return handle->Get(NanSymbol(key)).As<v8::Object>();
- ^
- ../node_modules/nan/nan.h:802:53: error: expected primary-expression before ‘>’ token
- return handle->Get(NanSymbol(key)).As<v8::Object>();
- ^
- ../node_modules/nan/nan.h:802:55: error: expected primary-expression before ‘)’ token
- return handle->Get(NanSymbol(key)).As<v8::Object>();
- ^
- ../node_modules/nan/nan.h: In member function ‘virtual void NanAsyncWorker::HandleErrorCallback()’:
- ../node_modules/nan/nan.h:824:30: error: ‘New’ is not a member of ‘v8::String’
- v8::Exception::Error(v8::String::New(errmsg))
- ^
- ../node_modules/nan/nan.h: In function ‘void* NanRawString(v8::Handle<v8::Value>, Nan::Encoding, size_t*, void*, size_t, int)’:
- ../node_modules/nan/nan.h:1042:3: error: ‘AsciiValue’ is not a member of ‘v8::String’
- v8::String::AsciiValue value(toStr);
- ^
- ../node_modules/nan/nan.h:1042:26: error: expected ‘;’ before ‘value’
- v8::String::AsciiValue value(toStr);
- ^
- ../node_modules/nan/nan.h:1105:39: error: ‘value’ was not declared in this scope
- sz_ = _nan_base64_decoded_size(*value, toStr->Length());
- ^
- ../src/unix/pty.cc: In function ‘void PtyFork(const v8::FunctionCallbackInfo<v8::Value>&)’:
- ../src/unix/pty.cc:134:52: error: no matching function for call to ‘v8::Integer::New(int&)’
- String::Utf8Value arg(argv_->Get(Integer::New(i))->ToString());
- ^
- ../src/unix/pty.cc:134:52: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: static v8::Local<v8::Integer> v8::Integer::New(v8::Isolate*, int32_t)
- static Local<Integer> New(Isolate* isolate, int32_t value);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: candidate expects 2 arguments, 1 provided
- ../src/unix/pty.cc:145:52: error: no matching function for call to ‘v8::Integer::New(int&)’
- String::Utf8Value pair(env_->Get(Integer::New(i))->ToString());
- ^
- ../src/unix/pty.cc:145:52: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: static v8::Local<v8::Integer> v8::Integer::New(v8::Isolate*, int32_t)
- static Local<Integer> New(Isolate* isolate, int32_t value);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: candidate expects 2 arguments, 1 provided
- ../src/unix/pty.cc:207:39: error: no matching function for call to ‘v8::Object::New()’
- Local<Object> obj = Object::New();
- ^
- ../src/unix/pty.cc:207:39: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
- static Local<Object> New(Isolate* isolate);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: candidate expects 1 argument, 0 provided
- ../src/unix/pty.cc:208:16: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(String::New("fd"), Number::New(master));
- ^
- ../src/unix/pty.cc:208:53: error: no matching function for call to ‘v8::Number::New(int&)’
- obj->Set(String::New("fd"), Number::New(master));
- ^
- ../src/unix/pty.cc:208:53: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
- static Local<Number> New(Isolate* isolate, double value);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
- ../src/unix/pty.cc:209:16: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(String::New("pid"), Number::New(pid));
- ^
- ../src/unix/pty.cc:209:51: error: no matching function for call to ‘v8::Number::New(pid_t&)’
- obj->Set(String::New("pid"), Number::New(pid));
- ^
- ../src/unix/pty.cc:209:51: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
- static Local<Number> New(Isolate* isolate, double value);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
- ../src/unix/pty.cc:210:16: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(String::New("pty"), String::New(name));
- ^
- ../src/unix/pty.cc:210:36: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(String::New("pty"), String::New(name));
- ^
- ../src/unix/pty.cc: In function ‘void PtyOpen(const v8::FunctionCallbackInfo<v8::Value>&)’:
- ../src/unix/pty.cc:256:35: error: no matching function for call to ‘v8::Object::New()’
- Local<Object> obj = Object::New();
- ^
- ../src/unix/pty.cc:256:35: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
- static Local<Object> New(Isolate* isolate);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: candidate expects 1 argument, 0 provided
- ../src/unix/pty.cc:257:12: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(String::New("master"), Number::New(master));
- ^
- ../src/unix/pty.cc:257:53: error: no matching function for call to ‘v8::Number::New(int&)’
- obj->Set(String::New("master"), Number::New(master));
- ^
- ../src/unix/pty.cc:257:53: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
- static Local<Number> New(Isolate* isolate, double value);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
- ../src/unix/pty.cc:258:12: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(String::New("slave"), Number::New(slave));
- ^
- ../src/unix/pty.cc:258:51: error: no matching function for call to ‘v8::Number::New(int&)’
- obj->Set(String::New("slave"), Number::New(slave));
- ^
- ../src/unix/pty.cc:258:51: note: candidate is:
- In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
- from ../node_modules/nan/nan.h:122,
- from ../src/unix/pty.cc:16:
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
- static Local<Number> New(Isolate* isolate, double value);
- ^
- /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
- ../src/unix/pty.cc:259:12: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(String::New("pty"), String::New(name));
- ^
- ../src/unix/pty.cc:259:32: error: ‘New’ is not a member of ‘v8::String’
- obj->Set(String::New("pty"), String::New(name));
- ^
- ../src/unix/pty.cc: In function ‘void PtyGetProc(const v8::FunctionCallbackInfo<v8::Value>&)’:
- ../src/unix/pty.cc:320:25: error: ‘New’ is not a member of ‘v8::String’
- Local<String> name_ = String::New(name);
- ^
- In file included from ../src/unix/pty.cc:16:0:
- ../node_modules/nan/nan.h: In instantiation of ‘void NanDispose(v8::Persistent<T, v8::NonCopyablePersistentTraits<T> >&) [with T = v8::Object]’:
- ../node_modules/nan/nan.h:773:34: required from here
- ../node_modules/nan/nan.h:407:5: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Clear’
- handle.Clear();
- ^
- ../src/unix/pty.cc: In function ‘void PtyFork(const v8::FunctionCallbackInfo<v8::Value>&)’:
- ../src/unix/pty.cc:185:34: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
- if (strlen(cwd)) chdir(cwd);
- ^
- make: *** [Release/obj.target/pty/src/unix/pty.o] Error 1
- gyp ERR! build error
- gyp ERR! stack Error: `make` failed with exit code: 2
- gyp ERR! stack at ChildProcess.onExit (/opt/atom/resources/app/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
- gyp ERR! stack at ChildProcess.emit (events.js:98:17)
- gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:12)
- gyp ERR! System Linux 3.13.0-24-generic
- gyp ERR! command "node" "/opt/atom/resources/app/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
- gyp ERR! cwd /tmp/apm-install-dir-114926-21101-rfmlp6/node_modules/term/node_modules/pty.js
- gyp ERR! node -v v0.10.32
- gyp ERR! node-gyp -v v0.12.2
- gyp ERR! not ok
- npm ERR! [email protected] install: `node-gyp rebuild`
- npm ERR! Exit status 1
- npm ERR!
- npm ERR! Failed at the [email protected] install script.
- npm ERR! This is most likely a problem with the pty.js package,
- npm ERR! not with npm itself.
- npm ERR! Tell the author that this fails on your system:
- npm ERR! node-gyp rebuild
- npm ERR! You can get their info via:
- npm ERR! npm owner ls pty.js
- npm ERR! There is likely additional logging output above.
- npm ERR! System Linux 3.13.0-24-generic
- npm ERR! command "/opt/atom/resources/app/apm/node_modules/atom-package-manager/bin/node" "/opt/atom/resources/app/apm/node_modules/atom-package-manager/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/opt/atom/resources/app/apm/node_modules/atom-package-manager/.apmrc" "--userconfig" "/home/konata/.atom/.apmrc" "install" "/home/konata/.atom/.node-gyp/.atom/.apm/term/0.2.2/package.tgz" "--target=0.18.0" "--arch=x64"
- npm ERR! cwd /tmp/apm-install-dir-114926-21101-rfmlp6
- npm ERR! node -v v0.10.32
- npm ERR! npm -v 1.4.4
- npm ERR! code ELIFECYCLE
- npm ERR!
- npm ERR! Additional logging details can be found in:
- npm ERR! /tmp/apm-install-dir-114926-21101-rfmlp6/npm-debug.log
- npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement