Erwin

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Edited Node_modules not added to $PATH in terminal
AnsweredI have a project structured like so:deploysites (php sites)nx (angular code)|- node_modulesNow, when working with IntelliJ IDEA 2024.2, and opening a terminal, I expect that ./nx/node_modules/.bin ... -
Edited Add specific files to prettier glob pattern
AnsweredI have a manual prettier configuration for these files: {**/*,*}.{js,ts,jsx,tsx,vue,astro,json} This work fine but leaves out some files like .prettierrc. I also want these kind of (hidden) files ... -
Created SCSS Filewatcher should autoprefix
I've the SCSS File Watcher on my SCSS files which compiles to CSS on the fly, and it works perfectly. However, it also needs to prefix vendors. I can't find a way to make it work. Or should I insta...