api-design-node-v2 icon indicating copy to clipboard operation
api-design-node-v2 copied to clipboard

[Course] API Design in Node.js, v2: REST & GraphQL code

Results 20 api-design-node-v2 issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/28412960/50836238-7cd56680-1337-11e9-903b-291c6c1e8cf4.png) Above I get: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(321, 5): error MSB3491: Could not write to file "Release\obj\bcrypt_lib\bcrypt_lib.tlog\bcrypt_lib.last buildstate". Process cannot access file 'C:\...\api-design-node-v2\node_modules\bcrypt\bui ld\Release\obj\bcrypt_lib\bcrypt_lib.tlog\bcrypt_lib.lastbuildstate' because it is being used...

I just cloned the repository and switched to lesson-1 branch. When I setup a basic app.get listener and then starts the server, it works fine. The problem is when I...