Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Installation completes with some warnings #14

Open
IvoPereira opened this issue Jun 22, 2018 · 1 comment
Open

Installation completes with some warnings #14

IvoPereira opened this issue Jun 22, 2018 · 1 comment

Comments

@IvoPereira
Copy link

Hello.

I've been able to spot some warnings when running npm install on the created folder.

npm WARN deprecated nodemailer@2.7.2: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated mailcomposer@4.0.1: This project is unmaintained
npm WARN deprecated socks@1.1.9: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
npm WARN deprecated uws@9.14.0: stop using this version
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated buildmail@4.0.1: This project is unmaintained
npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0

> fsevents@1.2.4 install ~/project/node_modules/fsevents
> node install

[fsevents] Success: "~/project/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile

> uws@9.14.0 install ~/project/node_modules/uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0


> phantomjs-prebuilt@2.1.16 install ~/project/node_modules/phantomjs-prebuilt
> node install.js

PhantomJS not found on PATH
Download already available at /var/folders/v0/n07bhl0j7_n91rpy0cfy2ghc0000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip
Verified checksum of previously downloaded file
Extracting zip contents
Removing ~/project/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /var/folders/v0/n07bhl0j7_n91rpy0cfy2ghc0000gn/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1529681789478/phantomjs-2.1.1-macosx -> ~/project/node_modules/phantomjs-prebuilt/lib/phantom
Writing location.js file
Done. Phantomjs binary available at ~/project/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs

> jss@9.8.6 postinstall ~/project/node_modules/jss
> node -e "console.log('\u001b[35m\u001b[1mLove JSS? You can now support us on open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/jss/donate\u001b[0m')"

Love JSS? You can now support us on open collective:
 > https://opencollective.com/jss/donate

> uglifyjs-webpack-plugin@0.4.6 postinstall ~/project/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js


> poi@9.6.13 postinstall ~/project/node_modules/poi
> node -e "console.log('\u001b[35m\u001b[1mLove Poi? You can now donate to support the author:\u001b[22m\u001b[39m\n> \u001b[34mhttps://patreon.com/egoist\u001b[0m')"

Love Poi? You can now donate to support the author:
> https://patreon.com/egoist
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN vue-styleguidist@1.7.10 requires a peer of vue-loader@>=14.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN project@0.0.1 No repository field.
npm WARN The package vue is included as both a dev and production dependency.

added 1734 packages from 2928 contributors in 69.301s
[!] 6 vulnerabilities found [27613 packages audited]
    Severity: 1 low | 5 moderate
    Run `npm audit` for more detail

Running npm audit shows me some vulnerable installed packages.

@klarkc
Copy link
Contributor

klarkc commented Jul 27, 2018

If someone has spare time, just need to update packages and test if everything is working as expected.

However, I am planning to change poi to rollup because it uses ecmascript modules, that will be the standard module system eventually.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants