vue-standalone-component icon indicating copy to clipboard operation
vue-standalone-component copied to clipboard

Installation completes with some warnings

Open IvoPereira opened this issue 6 years ago • 1 comments

Hello.

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

npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated [email protected]: This project is unmaintained
npm WARN deprecated [email protected]: 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 [email protected]: stop using this version
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: This project is unmaintained
npm WARN deprecated [email protected]: 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

> [email protected] 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

> [email protected] install ~/project/node_modules/uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0


> [email protected] 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

> [email protected] 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

> [email protected] postinstall ~/project/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js


> [email protected] 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 [email protected] requires a peer of vue-loader@>=14.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] 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.

IvoPereira avatar Jun 22 '18 15:06 IvoPereira

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.

klarkc avatar Jul 27 '18 12:07 klarkc