nwjs / nw-gyp

native addon build tool for node-webkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bigxxs opened this issue · comments

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

win7, 32bit, vs express 2013 for desktop

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