Erwin

- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 4
-
Erwin 创建了一个帖子, 已回答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 ... -
Erwin 创建了一个帖子, 已回答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 ... -
-
Erwin 创建了一个帖子, 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...