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
Hello,
On the current version (1.0.0) i've obtained:
Running "clean:workFolder" (clean) task ERROR Warning: Unable to delete "/Volumes/C/Users/Andre/Documents/work/selection-list" file (EINVAL, rmdir '/Volumes/C/Users/Andre/Documents/work/selection-list'). Use --force to continue.
The force flag is present, here's the grunt task:
module.exports = function (grunt) { 'use strict';
grunt.loadNpmTasks('grunt-contrib-clean'); grunt.config('clean', { options : { force : true }, workFolder : { src : [ grunt.option('project').qlikVMExtensionPath + '/**', grunt.option('project').qlikVMExtensionPath ] } ....
Please advice, version ^0.6.0 didn't complain.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
On the current version (1.0.0) i've obtained:
Running "clean:workFolder" (clean) task
ERROR
Warning: Unable to delete "/Volumes/C/Users/Andre/Documents/work/selection-list" file (EINVAL, rmdir '/Volumes/C/Users/Andre/Documents/work/selection-list'). Use --force to continue.
The force flag is present, here's the grunt task:
module.exports = function (grunt) {
'use strict';
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.config('clean', {
options : {
force : true
},
workFolder : {
src : [
grunt.option('project').qlikVMExtensionPath + '/**',
grunt.option('project').qlikVMExtensionPath
]
}
....
Please advice, version ^0.6.0 didn't complain.
The text was updated successfully, but these errors were encountered: