ipfs-shipyard / ipfs-thing-2022

ipfs-þing-2022
MIT License
11 stars 26 forks source link

fix: peer-deps resolve for newer npm/node #109

Closed SgtPooki closed 2 years ago

SgtPooki commented 2 years ago

14 won't work because of arm

15 doesn't work because of postcss-js:

npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: postcss-js@4.0.0
npm ERR! notsup Not compatible with your version of node/npm: postcss-js@4.0.0
npm ERR! notsup Required: {"node":"^12 || ^14 || >= 16"}
npm ERR! notsup Actual:   {"npm":"7.7.6","node":"v15.14.0"}

16, 17, and 18 were all tested manually (npm install only) and worked.

tested npm build and start for 18 successfully