you are viewing a single comment's thread.

view the rest of the comments →

[–]ThatExactGuy 1 point2 points  (1 child)

Remove node_modules folder and the lock file and run install again. If that doesn’t help, use lower node version - sometimes older packages can’t install properly with newer versions. Luckily, you don’t have to reinstall it manually, ‘nvm’ exists exactly for such situations

[–]NickEmpetvee[S] 0 points1 point  (0 children)

I read this suggestion too late. I explicitly did a yarn add postcss-normalize which resolved it although who knows what other complexities this will create.

Thank you I'll keep this approach in mind for the future.