We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ver 3.x build ok , how to fix thí error at ver 4.5.x . Sorry my english is very bad !
The text was updated successfully, but these errors were encountered:
Hello, i solve this by commenting this line return fs.utimesAsync(file.path, atime, mtime); in devkit-core/src/build/streams/write-files.js
return fs.utimesAsync(file.path, atime, mtime);
(It happens only on windows, there is a comment line "// this may fail on windows" in the catch =) )
Sorry, something went wrong.
@K4ST0R Thank you so much! Your solution saved my day!
No branches or pull requests
ver 3.x build ok , how to fix thí error at ver 4.5.x . Sorry my english is very bad !
The text was updated successfully, but these errors were encountered: