using command npm install give the following error
Error: EPERM, unlink
System info: Bower version: 1.3.12 Node version: 0.10.35 OS : Windows8
I tri
I got the same error and it has been solved by using correct version of node for npm. Check your package.json 'engines' and your installed node version. You can use Node version manager if you need to have several versions installed and switch between them: https://github.com/coreybutler/nvm-windows/releases