noah edward hall

Results 33 comments of noah edward hall

> A workaround that has solved the issue for at least one person is to install `sb` locally, (`npm install --save-dev sb`) and then `npx sb` to run it from...

yeah im doing great, err at least better than I was few days ago, heres the debug log debug log ```sh 0 verbose cli /home/poop/.nvm/versions/node/v18.1.0/bin/node /home/poop/.nvm/versions/node/v18.1.0/bin/npm 1 info using [email protected]...

@dohooo unfortunately `pnpm dlx` didnt work for me :( install error ```sh $ pnpm dlx sb@latest upgrade .../share/pnpm/store/v3/tmp/dlx-138841 |  WARN  deprecated [email protected] .../share/pnpm/store/v3/tmp/dlx-138841 |  WARN  deprecated [email protected] .../share/pnpm/store/v3/tmp/dlx-138841 |  WARN ...

@dohooo sorry for the late reply, but yes: executed every cmd from top to bottom @SparkElf Ive been busy with scala; but hoping to swing back to this shortly

blah ```js { // @see https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types test: imgTest, type: 'asset/resource', generator: { filename: '[file][query][contenthash]' }, // the hash worked, }, ```

yea the contenthash fixed the error: having both webpack5 asset modules and this plugin created a duplicate file, hence the error howver i couldn't get this plugin to obey webpacks...

here is my .postcssrc ``` { "plugins": { "stylelint": {}, "postcss-import": {}, "postcss-url": {}, "cssnano": {}, "postcss-browser-reporter": { "selector": "@global body:before" }, "postcss-reporter": { "clearMessages": true } } } ```

Definitely - i can submit a pull request, however, i've updated it a bit, so that the the reporter is logging stylelint issues, but it is not showing the filename...