I'm trying create a vuex application with Vue CLI.
However, CLI freezes while fetching metadata ([email protected]):
/ fetchMetadata: sill resolveWithNewModule [email protected] checking installable status
I am using:
npm version :
6.10.1node.js version :
10.16.0
Screenshoot :
I searched about this problem, common solutions were:
proxy issues
I tried:
npm config set registry="http://registry.npmjs.org"`but there isn't any issue
cache clear
I also tried
npm cache clearhowever, it's still not working
Is there any log file for vue/cli to know what is causing this problem?
How can I solve this problem? Any suggestions?
Thanks in advance.
Update
I removed Vue cli.
Now i can't install vue cli. same problem appears. hanging on fetchMetadata
I updated the npm registry to http://registry.npmjs.org instead of https. but it's not work
