Cannot find module 'internal/fs' after upgrading to node 7
问题 We've recently tried to upgrade to node v7.0.0 on our build server, but started to have issues during the application build task failing on the "bower_concat" step: Loading "bower-concat.js" tasks...ERROR Error: Cannot find module 'internal/fs' What we have installed: node v7.0.0 (installed via yum "nodesource" repository) npm 4.0.1 using grunt (if this is relevant) grunt-bower-concat 0.6.0 The grunt build task configuration: grunt.registerTask( 'build:prod', [ 'clean:prod', 'copy:prod',