framework7-cli icon indicating copy to clipboard operation
framework7-cli copied to clipboard

Fix Dependencies to Enable Framework7-CLI Installation with Node.js 22 and Python 3.13

Open TheBloodhoundBoy opened this issue 1 year ago • 0 comments

In version 8.0.4, installing the framework7-cli via npm or directly from the source (framework7io/framework7-cli) is currently not feasible. However, after addressing the two dependencies highlighted in the relevant commit, the installation process becomes successful. It is now possible to run npm install using Node.js v22 and Python v3.13 without issues.

TheBloodhoundBoy avatar Oct 17 '24 09:10 TheBloodhoundBoy