codeforchiba / feschibal

[Deprecated] 千葉市お祭りデータセンター
MIT License
1 stars 1 forks source link

古いモジュールの更新 #209

Closed misopeso closed 8 years ago

misopeso commented 8 years ago

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 lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. 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 wrench@1.5.1: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years. npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated graceful-fs@2.0.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 win-spawn@2.0.0: use cross-spawn or cross-spawn-async instead. npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead! npm WARN prefer global marked@0.3.5 should be installed with -g npm WARN prefer global jshint@2.8.0 should be installed with -g npm WARN prefer global riot@2.2.4 should be installed with -g npm WARN prefer global node-gyp@3.3.1 should be installed with -g

misopeso commented 8 years ago

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 jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated win-spawn@2.0.0: use cross-spawn or cross-spawn-async instead. npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!

misopeso commented 8 years ago

grunt-convert@0.1.12 のアップデートが止まっていて、最新の grunt に追随していない。

misopeso commented 8 years ago

grunt-mocha@1.0.2 と最新にしても、 jade の件が解決しない。

misopeso commented 8 years ago

grunt-modernizr@1.0.1 と最新にしても、 win-spawn の件が解決しない。

misopeso commented 8 years ago

grunt-sass@1.2.0 と最新にしても、 cross-spawn-async の件が解決しない。

misopeso commented 8 years ago
npm ERR! EXDEV: cross-device link not permitted

これがでるときの Workaround

RUN cd $(npm root -g)/npm \
 && npm install fs-extra \
 && sed -i -e s/graceful-fs/fs-extra/ -e s/fs\.rename/fs.move/ ./lib/utils/rename.js