play-co / devkit-core

11 stars 17 forks source link

ver 4.5.x error: Unexpected error in stream write-files . how to fix ? #52

Open tocaonguyen opened 8 years ago

tocaonguyen commented 8 years ago

untitled2

ver 3.x build ok , how to fix thí error at ver 4.5.x . Sorry my english is very bad !

K4ST0R commented 8 years ago

Hello, i solve this by commenting this line return fs.utimesAsync(file.path, atime, mtime); in devkit-core/src/build/streams/write-files.js

(It happens only on windows, there is a comment line "// this may fail on windows" in the catch =) )

EternalWind commented 8 years ago

@K4ST0R Thank you so much! Your solution saved my day!