vcbuildFixForNode
vcbuildFixForNode copied to clipboard
Access is denied
I got the following message after following the instructions:
MSBUILD : error MSB6003: The specified task executable could not be run. Access is denied
I changed permissions in your folder and I got:
myprojectfolder\node_modules\bcrypt>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild )
vcbuild.exe : error VCBLD0010: Project 'myprojectfolder\node_modules\bcrypt\build\bcrypt_lib.vcproj' requires upgrade. Use 'vcbuild /upgrade' or 'devenv /upgrade' to upgrade the project.
This stuff with the C compiler in Windows is quite troublesome...
@gugol2 sorry for the slow reply. You are correct, i have more recently opted for NodeJS with Linux or Mac. This has been a headache for me also :(