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
The following things need to be done for all postinstall stuff to work:
Execute git-validate's post-install (either add it as a dep of aegir-bundle or somehow use the bundle-binary to handle that)
Include UWS as native dep (add it as dep of aegir-bundle and somehow make the binary use it, solves Install native modules #1)
Include parse-domain postinstall assets
> uws@9.14.0 install /home/maciej/tnav/node_modules/uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0
> git-validate@2.2.4 install /home/maciej/tnav/node_modules/git-validate
> node bin/install
> circular-json@0.5.7 postinstall /home/maciej/tnav/node_modules/log4js/node_modules/circular-json
> echo ''; echo "\x1B[1mCircularJSON\x1B[0m is in \x1B[4mmaintenance only\x1B[0m, \x1B[1mflatted\x1B[0m is its successor."; echo ''
\x1B[1mCircularJSON\x1B[0m is in \x1B[4mmaintenance only\x1B[0m, \x1B[1mflatted\x1B[0m is its successor.
> parse-domain@2.1.2 postinstall /home/maciej/tnav/node_modules/parse-domain
> node scripts/build-tries.js
Downloading public suffix list from https://publicsuffix.org/list/public_suffix_list.dat... ok
Writing /home/maciej/tnav/node_modules/parse-domain/build/tries/current/icann.complete.json... ok
Writing /home/maciej/tnav/node_modules/parse-domain/build/tries/current/icann.light.json... ok
Writing /home/maciej/tnav/node_modules/parse-domain/build/tries/current/private.complete.json... ok
Running sanity check... ok
The text was updated successfully, but these errors were encountered:
The following things need to be done for all postinstall stuff to work:
aegir-bundle
or somehow use the bundle-binary to handle that)aegir-bundle
and somehow make the binary use it, solves Install native modules #1)parse-domain
postinstall assetsThe text was updated successfully, but these errors were encountered: