-
Notifications
You must be signed in to change notification settings - Fork 0
Preparing Demo Setup
Servio Palacios edited this page Jan 29, 2020
·
10 revisions
Demo Setup for Trellis++
~/repos/trellisfw/demo
git clone https://github.com/trellisfw/trellisfw-broker.git
Cloning into 'trellisfw-broker'...
remote: Enumerating objects: 316, done.
remote: Counting objects: 100% (316/316), done.
remote: Compressing objects: 100% (135/135), done.
remote: Total 881 (delta 194), reused 283 (delta 176), pack-reused 565
Receiving objects: 100% (881/881), 513.23 KiB | 4.07 MiB/s, done.
Resolving deltas: 100% (555/555), done.
~/repos/trellisfw/demo
cd trellisfw-broker 29.01.20 13:45:38
~/repos/trellisfw/demo/trellisfw-broker master
npm install 29.01.20 13:45:42
npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN deprecated [email protected]: We're super 😸 excited that you're trying to use ES2017+ syntax, but instead of making more yearly presets 😭 , Babel now has a better preset that we recommend you use instead: npm install babel-preset-env --save-dev. preset-env without options will compile ES2015+ down to ES5 just like using all the presets together and thus is more future proof. It also allows you to target specific browsers so that Babel can do less work and you can ship native ES2015+ to user 😎 ! We are also in the process of releasing v7, so please give http://babeljs.io/blog/2017/09/12/planning-for-7.0 a read and help test it out in beta! Thanks so much for using Babel 🙏, please give us a follow on Twitter @babeljs for news on Babel, join slack.babeljs.io for discussion/development and help support the project at opencollective.com/babel
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated [email protected]: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers
npm WARN deprecated [email protected]: Critical vulnerability fix in v5.0.0. See https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/
npm WARN deprecated [email protected]: Security update: Versions below 3.0.0 are deprecated.
> [email protected] install /Users/maverickzhn/repos/trellisfw/demo/trellisfw-broker/node_modules/chokidar/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
> [email protected] install /Users/maverickzhn/repos/trellisfw/demo/trellisfw-broker/node_modules/jest-haste-map/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
> [email protected] install /Users/maverickzhn/repos/trellisfw/demo/trellisfw-broker/node_modules/leveldown
> node-gyp-build
> [email protected] postinstall /Users/maverickzhn/repos/trellisfw/demo/trellisfw-broker/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> [email protected] postinstall /Users/maverickzhn/repos/trellisfw/demo/trellisfw-broker/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
> [email protected] postinstall /Users/maverickzhn/repos/trellisfw/demo/trellisfw-broker/node_modules/react-app-polyfill/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
> [email protected] postinstall /Users/maverickzhn/repos/trellisfw/demo/trellisfw-broker/node_modules/level
> opencollective-postinstall || exit 0
Thank you for using level!
If you rely on this package, please consider supporting our open collective:
> https://opencollective.com/level/donate
> [email protected] postinstall /Users/maverickzhn/repos/trellisfw/demo/trellisfw-broker/node_modules/styled-components
> node ./scripts/postinstall.js || exit 0
Use styled-components at work? Consider supporting our development efforts at https://opencollective.com/styled-components
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] requires a peer of grunt@>=0.4.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of browserslist@^4 but none is installed. You must install peer dependencies yourself.
added 2139 packages from 833 contributors and audited 933340 packages in 55.87s
found 20 vulnerabilities (4 low, 14 moderate, 2 high)
run `npm audit fix` to fix them, or `npm audit` for details