framework7-cli
framework7-cli copied to clipboard
framework7 create --ui was stuck in creating app ...
framework7 create --ui was stuck in creating app ...
I had this issue few days ago #96. Make sure your framework7-cli is updated to current version.
In my case I have to clear my .npm
folder cache in $HOME. Please google up how to clear npm cache OR just rename/delete .npm folder
Same problem in osx. Cleaning .npm fold not fix the problem. Here my log, it's seem a problemi with icon fonts
@robertox85 it looks like you are using nvm
for node management, pls check nvm
documentation for clearing complete cache. Since node cache is managed differently on NVM. By the way can you try node@12 release? node even number versions are LTS support and stable. Node@14 seems have major upgrade for some of system packages.
@srbala
I am running node 14.15.1 on arch linux and having the same problem.
Not sure why, but the cli terminates at the point where the UI says it's executing npm scripts.
upgrade node to latest and reinstall the cli on my mac can fix the problem. wish to help you,