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
Hello, @Obi-Dann , while deploying my project which located in /var/www/projectName/deployer/releases/RELEASE_NUMBER i'm getting this error.
Owner of folder /var/www/projectName and /var/www is different. But i can't understand why typings-for-css-modules-loader need to access files that out of my project folder.
The text was updated successfully, but these errors were encountered:
Found out, that problem in prettier.resolveConfig function that tries to find config path recursively. I'm added new configFile option where you can specify path to prettier config file. #35
Hi @glook thanks for reporting the issue!
Out of interest, where is the prettier config file located in your environment? Just wondering if there's an opportunity to apply better defaults when calling prettier.resolveConfig
It'd be nice to get a more meaningful error message when applying prettier or resolving prettier config fails.
Hello, @Obi-Dann , while deploying my project which located in
/var/www/projectName/deployer/releases/RELEASE_NUMBER
i'm getting this error.Owner of folder /var/www/projectName and /var/www is different. But i can't understand why typings-for-css-modules-loader need to access files that out of my project folder.
The text was updated successfully, but these errors were encountered: