Michael Hansen Buur

Results 5 comments of Michael Hansen Buur

Also having problems with overrides here - no matter what I try (clean install, delete package-lock, remove modules etc), the versions in the newly created package-lock file remain the same,...

I'm getting those errors too. It seems like the app was started on the js version of create-react-app, but typescript was added later on

I'm getting the same problem now. Things seemed to work out just fine for a while, and now this started to show up. I wonder if this is a timing...

I'm not sure why the compiler chokes on the short import statements in App.scss, but if you change them to the following, you can compile: /** Patternfly Sass */ @import...

if you have problems with compiling due to bootstrap: ``` "file": "node_modules/patternfly/dist/sass/_patternfly.scss", "line": 7, "column": 1, "message": "File to import not found or unreadable: bootstrap/variables.", ``` try `yarn add bootstrap-sass`....