Cross-posted from Karma.
This does not stop karma from working on my Win 7 32-bit. Wondering what it means here because on my Mac 'node-gyp' actually built after I updated my XCode for Mavericks. I mean that on the Mac I saw the same error initially but after my XCode update 'node-gyp' was built and this error vanished.
Thanks,
Mohan
> ws@0.4.32 install C:\Users\476458\AppData\Roamin
modules\socket.io\node_modules
> (node-gyp rebuild 2> builderror.log) || (exit 0)
> This does not stop karma from working on my Win 7 32-bit. Wondering what it means here because on my Mac 'node-gyp' actually built after I updated my XCode for Mavericks. I mean that on the Mac I saw the same error initially but after my XCode update 'node-gyp' was built and this error vanished.
> Thanks,
> Mohan
> $ npm install -g karma
> npm WARN optional dep failed, continuing fsevents@0.3.1
FSEvents is an API only available on OS X:
http://en.wikipedia.org/wiki/ FSEvents
It is understandable therefore that the fsevents npm module which provides a node interface to that OS API cannot be built on systems other than OS X, and that other software that wants to use fsevents on OS X would have planned for that contingency and provided an alternate implementation for other systems. In the case of karma, it appears to have been handled by making fsevents an optional dependency.
> Thanks,
> Mohan
> $ npm install -g karma
> npm WARN optional dep failed, continuing fsevents@0.3.1
FSEvents is an API only available on OS X:
http://en.wikipedia.org/wiki/
It is understandable therefore that the fsevents npm module which provides a node interface to that OS API cannot be built on systems other than OS X, and that other software that wants to use fsevents on OS X would have planned for that contingency and provided an alternate implementation for other systems. In the case of karma, it appears to have been handled by making fsevents an optional dependency.
댓글 없음:
댓글 쓰기