SpiriitLabs / vite-plugin-svg-spritemap

Vite plugin to generate svg spritemap
MIT License
48 stars 4 forks source link

npm ERR! command sh -c pnpm exec playwright install #55

Open jonleverrier opened 4 hours ago

jonleverrier commented 4 hours ago

Hi there!

I'm not sure what has happened but my builds are now failing for some reason (even locally):

npm install
npm ERR! code 127
npm ERR! path /var/www/html/node_modules/@spiriit/vite-plugin-svg-spritemap
npm ERR! command failed
npm ERR! command sh -c pnpm exec playwright install
npm ERR! sh: 1: pnpm: not found

Perhaps related to https://github.com/SpiriitLabs/vite-plugin-svg-spritemap/commit/53681717d8f4817f0d9d60f3864de0b4206db8ff and v2.3.0

I really appreciate your work!

Applelo commented 4 hours ago

Ok this is related to postinstall in package.json. I have forgotten it will affect also usual install. Sorry for that, I will push a fix asap.

jonleverrier commented 3 hours ago

Much appreciated @Applelo. I rolled back from v2.3.0 for the time being and all is working fine