Error für Run locally - access to path denied

2
Since switching to 9.12.1, I get an error message about access to the path of dojo-web being denied.  This error also occurs if I remove all files from the ‘deployment’ folder befor ‘run locally’ – so dojo-web is actually freshly generated during the run. I can stop Studio Pro and download the project freshly from Sprintx, but this rather tedious.  What can I do?  
asked
4 answers
1

I got this issue just now as well, and it turned out that I had a file open in another window that I had forgotten about...

answered
0

Yes, makes sense.  The folder I use is not  in OneDrive, because I had problems using folders for which I use SVN with OneDrive before.  And the problem started after I switched to 9.12.1 last Friday. 

answered
0

Try steps below.

- App->Clean Deployment Directory

- Run locally

answered
0

I have came across the same error when creating a widget and working on it on VS Code.

 

It got solved when I closed the terminal where i had run 'npm run start' for the widget.

 

So I suspect another program is hijacking the folder where the deployment files need to be modified when you run your project.

answered