52North / helgoland

Visual Exploration and Analysis of Sensor Web Data
Apache License 2.0
57 stars 45 forks source link

Outdated dependencies in dev #14

Open nuest opened 8 years ago

nuest commented 8 years ago

Installing on an empty Linux box (Docker container), I get the following deprecation warnings:

npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.

When running grunt, this task seems not to do anything anymore:

Running "uglify:libIe9" (uglify) task
>> Destination dist/js/favoriteIE9ImExportCore.min.js not written because src files were empty.
>> No files created.
nuest commented 8 years ago

Correction: the grunt taks did not create the file because some dependencies were not yet properly installed by bower. Second half of the issue solved!