Erwin
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Erwin created a post, AnsweredNode_modules not added to $PATH in terminal
I 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 ... -
Erwin created a post, AnsweredAdd specific files to prettier glob pattern
I 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 ... -
-
Erwin created a post, 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...