Closed adamreisnz closed 8 years ago
I'm seeing this too.
Looks like the package.json
has been updated but it hasn't been pushed to npm.
What version of gaze
? Looks fine with @0.6.4
:
$ npm view gaze@0.6.4 dependencies.globule
~0.2.0
0.5.2 it seems, which is what node-sass 3.4.2 is using, which is what gulp-sass is using...
├─┬ gulp-sass@2.2.0
│ └─┬ node-sass@3.4.2
│ ├─┬ gaze@0.5.2
│ │ └─┬ globule@0.1.0
│ │ └── lodash@1.0.2
Gah, it's a nightmare to find out who is responsible for deprecation warnings :P
Sorry all. I'm in the process of publishing a 1.0.0
. master
is the latest code but not the latest published release.
Just a :+1: here. This has a couple deprecated versions in its' dependence tree, and since quite a few packages depend on this, many installs are affected:
globule
currently depends on glob@3.1.21
(which is now up to 7.0.0
!), which depends on graceful-fs@1.2.3
, which is breaking on current nodes (bad!). This has been posted on glob
(see cowboy/node-globule#29), but it's two years old, and probably won't be updating. I suspect you'll have to switch to another package, or fork it.lodash
is also unsupported pre-4.0.0
, which is something you should update to for a multitude of reasons! (=@shama - I don't mean to pile on, but I noticed that the package.json on the main page has globule@0.2.0 as a dependency, but the npm bundle version mentions globule@0.1.0. Not entirely sure what this means (I'm new to npm) but I've added some detail in https://github.com/kriasoft/react-starter-kit/issues/441#issuecomment-189986155
NB updating the npm version to globule@0.2.0 would minimize the grumpy warnings.
Update: It appears that dependencies (including globule) were updated on 16 Jan 2016, but that the version number wasn't bumped. Perhaps npm is caching the older globule@0.1.0?
Closing as it's now using latest dependencies.
Hello, the dependencies for this package are outdated, which is causing an install warning, because globlue 0.1.0 uses lodash 1.0.2. This results in:
Could you update to the latest globule version 0.2.0?