generator-es6-npm-module
generator-es6-npm-module copied to clipboard
deprecated babel-preset-es2015-node4
I'm really new to this whole node js thing but this is what I got today: Wed, 2017-MAR-15
167:my-project gkostin$ yo es6-npm-module
_-----_
| | .--------------------------.
|--(o)--| | Welcome to the |
---------´ | extraordinary ES6 npm | ( _´U_ ) | module generator! |
/A\ '--------------------------'
| ~ |
'..'_
´ |° ´ Y
? Module name hello ? Module description hello world ? Your GitHub username gkostin1966 ? Your full name Greg Kostin ? Choose a license Unlicense info ... Fetching https://github.com/github/choosealicense.com/archive/gh-pages.tar.gz ... info This might take a few moments .✔ Done in /Users/gkostin/.cache/yeoman/github/choosealicense.com/gh-pages create package.json create LICENSE create src/index.js create test/mocha.opts create test/unit/index.test.js create .babelrc create .editorconfig create .gitignore create .npmignore create README.md create .travis.yml npm WARN deprecated [email protected]: Use npmjs.org/babel-preset-env instead, see https://github.com/babel/babel-preset-env
[email protected] install /Users/gkostin/tmp/my-project/node_modules/fsevents node install
[fsevents] Success: "/Users/gkostin/tmp/my-project/node_modules/fsevents/lib/binding/Release/node-v51-darwin-x64/fse.node" is installed via remote
npm WARN prepublish-on-install As of npm@5, prepublish scripts will run only for npm publish.
npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for npm install.)
npm WARN prepublish-on-install See the deprecation note in npm help scripts for more information.
It is just a warning for some dependencies. I'm no longer support this generator, you can contribute if you want.