Erwin

Avatar
  • 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

    Answered
    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 ...
    • 4 followers
    • 3 comments
    • 0 votes
  • Edited

    Add specific files to prettier glob pattern

    Answered
    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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 1 vote