Erwin
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 4
-
已编辑于 Node_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 ... -
已编辑于 Add 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 ... -
创建于 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...