You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
15.2
Description
Angular access denied in C: //
Context
I built an angular app in my personal computer. This app launch a little dashboard so far.
I tried to clone it into my professional computer to have access to some feature. In this computer, I have limited privileges, which means no writings rights on C:.
When I ran npm install, everything went well.
But when I ran npm run start i got the following error
✘ [ERROR] Cannot read directory "../../../../../..": Access is denied. [plugin angular-compiler]
✘ [ERROR] Could not resolve "C:/Users/RGUENOUN/git/other/coreapp-dashboard-feat-register/coreapp-dashboard-feat-register/src/app/pages/registration/registration-form/price-form/price-form.component.scss" [plugin angular-compiler]
✘ [ERROR] Cannot read directory "../../../../../..": Access is denied. [plugin angular-compiler]
✘ [ERROR] Could not resolve "C:/Users/RGUENOUN/git/other/coreapp-dashboard-feat-register/coreapp-dashboard-feat-register/src/app/shared/components/step-bar/step-bar.component.scss" [plugin angular-compiler]
✘ [ERROR] Cannot read directory "../../../../../..": Access is denied. [plugin angular-compiler]
✘ [ERROR] Could not resolve "C:/Users/RGUENOUN/git/other/coreapp-dashboard-feat-register/coreapp-dashboard-feat-register/src/app/shared/components/toaster/toaster.component.scss" [plugin angular-compiler]
✘ [ERROR] Cannot read directory "../../../../../..": Access is denied.
Question
How to fix it ?
And most importantly, why Angular is trying to access on C:// instead of staying in his own folder ??
Command
serve
Is this a regression?
The previous version in which this bug was not present was
15.2
Description
Angular access denied in C: //
Context
I built an angular app in my personal computer. This app launch a little dashboard so far.
I tried to clone it into my professional computer to have access to some feature. In this computer, I have limited privileges, which means no writings rights on C:.
When I ran
npm install
, everything went well.But when I ran
npm run start
i got the following errorQuestion
How to fix it ?
And most importantly, why Angular is trying to access on C:// instead of staying in his own folder ??
Other elements
Here is the
package.json
:Other notes
This error also happen when create a project with
ng new
Minimal Reproduction
npm install
npm run local
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: