Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to add filesystem permission denied

Using node v 8.9.0 and this tutorial

When I try and debug my http google cloud function in dev tools:

C:_Users_Matt_AppData_Roaming_nvm_v8.9.0_node_modules_@google-cloud_functions-emulator_src_supervis

I get filesystem permission denied error, how can I debug my cloud functions:

like image 990
Bomber Avatar asked Apr 03 '19 13:04

Bomber


1 Answers

I also got the filesystem permission denied error, and the issue was that you need to accept the premissions from chrome to be able to access that filesystem. initially I didn't see the premissions prompt, but then I found it on a different tab (which was kinda weird behavior). I guess just look for that permissions prompt, it should be right below your address bar.

enter image description here

like image 173
Jolly1234 Avatar answered Nov 18 '22 20:11

Jolly1234