ghaiklor / generator-es6-npm-module

Yeoman generator for starting ES6 npm module with Mocha, Istanbul, Travis, Coveralls
MIT License
28 stars 6 forks source link

deprecated babel-preset-es2015-node4 #88

Open gkostin1966 opened 7 years ago

gkostin1966 commented 7 years ago

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 babel-preset-es2015-node4@2.1.1: Use npmjs.org/babel-preset-env instead, see https://github.com/babel/babel-preset-env

fsevents@1.1.1 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.

ghaiklor commented 3 years ago

It is just a warning for some dependencies. I'm no longer support this generator, you can contribute if you want.