1

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

  • node.js version : 10.16.0

Screenshoot :

enter image description here

I searched about this problem, common solutions were:

  1. proxy issues

    I tried:

    npm config set registry="http://registry.npmjs.org"`
    

    but there isn't any issue

  2. cache clear

    I also tried

    npm cache clear
    

    however, 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

2 Answers 2

2

For me on Windows 10, once it solves the problem with npm cache clear --force and second time uninstalling the Node and reinstalling Node and NPM did the trick.

Sign up to request clarification or add additional context in comments.

1 Comment

I've tried cleaning the cache and uninstalling Node and NPM. and I installed more than one version. Now I have node version 12.8.1 and NPM version 6.10.2
2

Solved, It was a problem in network

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.