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

framework7 create --ui was stuck in creating app ...

Open jjzoob opened this issue 4 years ago • 5 comments

framework7 create --ui was stuck in creating app ... Screenshot 2020-10-23 at 22 15 05

jjzoob avatar Oct 23 '20 14:10 jjzoob

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

srbala avatar Oct 24 '20 13:10 srbala

Same problem in osx. Cleaning .npm fold not fix the problem. Here my log, it's seem a problemi with icon fonts

2020-10-24T15_16_13_440Z-debug.log

robertox85 avatar Oct 24 '20 15:10 robertox85

@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 avatar Oct 24 '20 17:10 srbala

@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.

g5becks avatar Dec 11 '20 18:12 g5becks

upgrade node to latest and reinstall the cli on my mac can fix the problem. wish to help you,

AlwaysLoveme avatar Jan 13 '21 06:01 AlwaysLoveme