nwjs / nw-gyp

native addon build tool for node-webkit
MIT License
195 stars 46 forks source link

nw-gyp Error: EPERM: operation not permitted, unlink '...' #99

Closed bigxxs closed 7 years ago

bigxxs commented 7 years ago

chromium: "41.0.2272.76" node: "1.2.0" node-webkit: "0.12.3" nw-commit-id: "591068b-b48a69e-27b6800-459755a-2bdc251-1764a45" v8: "3.32.7"


D:\KG\svn\KG\KG.Financial\trunk\KG.FinancialClient\project\node_modules\sleep>nw -gyp rebuild --target=0.12.3 gyp info it worked if it ends with ok gyp info using nw-gyp@3.4.0 gyp info using node@4.4.1 | win32 | ia32 gyp ERR! clean error gyp ERR! stack Error: EPERM: operation not permitted, unlink 'D:\KG\svn\KG\KG.Fi nancial\trunk\KG.FinancialClient\project\node_modules\sleep\build\Release\node_s leep.node' gyp ERR! stack at Error (native) gyp ERR! System Windows_NT 6.1.7601 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\y\AppData\R oaming\npm\node_modules\nw-gyp\bin\nw-gyp.js" "rebuild" "--target=0.12.3" gyp ERR! cwd D:\KG\svn\KG\KG.Financial\trunk\KG.FinancialClient\project\node_mod ules\sleep gyp ERR! node -v v4.4.1 gyp ERR! nw-gyp -v v3.4.0 gyp ERR! not ok

bigxxs commented 7 years ago

win7, 32bit, vs express 2013 for desktop

bigxxs commented 7 years ago

I try to use : node-gyp rebuild --target=1.2.0 It's working!