wesm87 / ember-datepicker

Date picker using Pikaday and Moment.js
MIT License
50 stars 47 forks source link

Undefined globPattern warning during npm install #26

Closed ninjatronic closed 9 years ago

ninjatronic commented 9 years ago

Installing for the first time into a project...

screen shot 2015-01-26 at 14 14 53

ripley:vapr pete$ ember install:addon ember-cli-datepicker
version: 0.1.9
Installed packages for tooling via npm.
installing
The globPattern "undefined" did not match any files, so no file updates will be made.
Installing browser packages via Bower...
  not-cached git://github.com/dbushell/Pikaday.git#*
  resolved git://github.com/dbushell/Pikaday.git#1.3.1
Installed browser packages via Bower.
Installing browser packages via Bower...
  not-cached git://github.com/moment/moment.git#*
  resolved git://github.com/moment/moment.git#2.9.0
Installed browser packages via Bower.
Installed addon package.
trabus commented 9 years ago

Sorry about this, it was happening with any blueprint that didn't have files in it. The good news is, it was a benign warning, and didn't affect the install process. And the even better news is that it's gone as of ember-cli 0.1.13.

Please feel free to close this issue.

ninjatronic commented 9 years ago

Thanks :)