Skip to content

Instantly share code, notes, and snippets.

@maoo
Created November 22, 2017 16:00
Show Gist options
  • Save maoo/20fc62e6af91d58d94d0ea4dff887feb to your computer and use it in GitHub Desktop.
Save maoo/20fc62e6af91d58d94d0ea4dff887feb to your computer and use it in GitHub Desktop.
hadouken-build.log
~/w/projects/hadouken-core(develop) » npm install m@maobookprowl
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but npm-shrinkwrap.json was generated for lockfileVersion@0. I'll try to do my best with it!
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated node-uuid@1.4.7: Use uuid module instead
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
⸨ ░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote range manifest for tslib@^1.7.1 fetched in 569ms
⸨ ░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill fetchPackageMetaData error for openfin-sign@git+ssh://git@github.com/openfin/openfin-sign.git#caee55ecbe6f81e6ed9630790781fe4d1835cb03 Error while executing:
⸨ ░░░░░░░░░░░░░⸩ ⠴ fetchMetadata: sill resolveWithNewModule typescript@1.8.9 checking installable status
> fsevents@0.3.8 install /Users/m/w/projects/hadouken-core/node_modules/fsevents
> node-gyp rebuild
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
> nslog@3.0.0 install /Users/m/w/projects/hadouken-core/node_modules/nslog
> node-gyp rebuild
CXX(target) Release/obj.target/nslog/src/main.o
CXX(target) Release/obj.target/nslog/src/nslog_mac.o
SOLINK_MODULE(target) Release/nslog.node
> openfin@0.0.1 postinstall /Users/m/w/projects/hadouken-core
> grunt
Running "license" task
Licensing task is done
Running "jshint:src" (jshint) task
>> 29 files lint free.
Running "jsbeautifier:default" (jsbeautifier) task
Beautified 28 files, changed 0 files...OK
Running "jsbeautifier:git-pre-commit" (jsbeautifier) task
Beautified 28 files, changed 0 files...OK
Running "clean" task
Running "babel:dist" (babel) task
Running "tslint:files" (tslint) task
Warning: The 'no-cookies' rule requires type information.
Warning: The 'no-unused-variable' rule requires type information.
Warning: The 'no-use-before-declare' rule requires type information.
>> 56 files lint free.
Running "ts:default" (ts) task
Compiling...
Cleared fast compile cache for target: default
### Fast Compile >>src/browser/api/external_application.ts
### Fast Compile >>src/browser/api/frame.ts
### Fast Compile >>src/browser/api/notifications/note_action.ts
### Fast Compile >>src/browser/api/notifications/observable_sequences.ts
### Fast Compile >>src/browser/api/notifications/shapes.ts
### Fast Compile >>src/browser/api/notifications/subscriptions.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/api_policy_processor.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/api_protocol_base.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/clipboard.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/deprecated_external_windowing_middleware.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/external_application.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/frame.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/mesh_middleware.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/middleware_entity_existence.ts
### Fast Compile >>src/browser/api_protocol/api_handlers/notifications.ts
### Fast Compile >>src/browser/api_protocol/index.ts
### Fast Compile >>src/browser/api_protocol/shapes.ts
### Fast Compile >>src/browser/api_protocol/transport_strategy/ack.ts
### Fast Compile >>src/browser/api_protocol/transport_strategy/api_transport_base.ts
### Fast Compile >>src/browser/api_protocol/transport_strategy/base_handler.ts
### Fast Compile >>src/browser/api_protocol/transport_strategy/elipc_strategy.ts
### Fast Compile >>src/browser/api_protocol/transport_strategy/ws_strategy.ts
### Fast Compile >>src/browser/cached_resource_fetcher.ts
### Fast Compile >>src/browser/clip_bounds.ts
### Fast Compile >>src/browser/connection_manager.ts
### Fast Compile >>src/browser/core_state.ts
### Fast Compile >>src/browser/deferred.ts
### Fast Compile >>src/browser/int_pool.ts
### Fast Compile >>src/browser/log.ts
### Fast Compile >>src/browser/navigation_validation.ts
### Fast Compile >>src/browser/of_events.ts
### Fast Compile >>src/browser/plugins.ts
### Fast Compile >>src/browser/port_discovery.ts
### Fast Compile >>src/browser/preload_scripts.ts
### Fast Compile >>src/browser/remote_subscriptions.ts
### Fast Compile >>src/browser/rvm/runtime_initiated_topics/app_assets.ts
### Fast Compile >>src/browser/rvm/rvm_message_bus.ts
### Fast Compile >>src/browser/rvm/utils.ts
### Fast Compile >>src/browser/session.ts
### Fast Compile >>src/browser/subscription_manager.ts
### Fast Compile >>src/browser/transport.ts
### Fast Compile >>src/browser/transports/base.ts
### Fast Compile >>src/browser/transports/chromium_ipc.ts
### Fast Compile >>src/browser/transports/electron_ipc.ts
### Fast Compile >>src/browser/transports/wm_copydata.ts
### Fast Compile >>src/browser/web_request_handler.ts
### Fast Compile >>src/browser/window_group_transaction_tracker.ts
### Fast Compile >>src/common/errors.ts
### Fast Compile >>src/common/regex.ts
### Fast Compile >>src/common/route.ts
### Fast Compile >>src/common/safe_int.ts
### Fast Compile >>src/common/timer.ts
### Fast Compile >>src/modules.d.ts
### Fast Compile >>src/shapes.ts
### Fast Compile >>test/electron.ts
### Fast Compile >>test/errors.test.ts
### Fast Compile >>test/log.test.ts
### Fast Compile >>test/routes.test.ts
### Fast Compile >>test/rvm_message_bus.test.ts
### Fast Compile >>test/safe_int.tests.ts
### Fast Compile >>test/subscription_manager.ts
Using tsc v2.2.2
Error: TypeError: _.foldl is not a function
Warning: Task "ts:default" failed. Use --force to continue.
Aborted due to warnings.
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! openfin@0.0.1 postinstall: `grunt`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the openfin@0.0.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/m/.npm/_logs/2017-11-22T15_57_38_018Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment