You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are trying to grunt after the npm install, but in gruntfile.js we have below piece of code. I don't see any permission issues with project directories or files. and same this works in the windows machine without any issues
Running "copy:main" (copy) task
[D] Task source: /Users/buildslave/test-workspace/workspace/starter_nodemodules_mac/konyWebStudio/node_modules/grunt-contrib-copy/tasks/copy.js
**Warning: EPERM: operation not permitted, futime Use --force to continue.
Error: EPERM: operation not permitted, futime**
at Object.futimesSync (node:fs:2160:11)
at syncTimestamp (/Users/buildslave/test-workspace/workspace/starter_nodemodules_mac/konyWebStudio/node_modules/grunt-contrib-copy/tasks/copy.js:63:10)
at /Users/buildslave/test-workspace/workspace/starter_nodemodules_mac/konyWebStudio/node_modules/grunt-contrib-copy/tasks/copy.js:100:11
at Array.forEach (<anonymous>)
at /Users/buildslave/test-workspace/workspace/starter_nodemodules_mac/konyWebStudio/node_modules/grunt-contrib-copy/tasks/copy.js:77:20
at Array.forEach (<anonymous>)
at Object.<anonymous> (/Users/buildslave/test-workspace/workspace/starter_nodemodules_mac/konyWebStudio/node_modules/grunt-contrib-copy/tasks/copy.js:74:16)
at Object.<anonymous> (/Users/buildslave/test-workspace/workspace/starter_nodemodules_mac/konyWebStudio/node_modules/grunt/lib/grunt/task.js:252:15)
at thisTask.fn (/Users/buildslave/test-workspace/workspace/starter_nodemodules_mac/konyWebStudio/node_modules/grunt/lib/grunt/task.js:70:16)
at Object.<anonymous> (/Users/buildslave/test-workspace/workspace/starter_nodemodules_mac/konyWebStudio/node_modules/grunt/lib/util/task.js:294:30)
Aborted due to warnings.
+ cd build
+ npm prune --production --scripts-prepend-node-path=auto
npm WARN config production Use `--omit=dev` instead.
The text was updated successfully, but these errors were encountered:
we are trying to grunt after the npm install, but in gruntfile.js we have below piece of code. I don't see any permission issues with project directories or files. and same this works in the windows machine without any issues
The text was updated successfully, but these errors were encountered: