I'm using postcss-import with webpack since the update to 8.1.1 and using the pkg-resolve module I am getting an error when running
Unable to create jspm system folder
Error: EACCES, permission denied '/home/ubuntu/.jspm'
When I am running my project I don't have permissions to this folder and I believe it's unnecessary also I'm not entirely sure why jspm is even needed to be installed? It's not even used by postcss-import. For now to get this working I have had to downgrade to 8.1.0 any help on this would be greatly appreciated :).
Thanks.