Npm package not installing
See original GitHub issueDescription:
- A-Frame Version: 0.8.1
- Platform / Device: Windows 10
I’m experiencing an issue with the node package. It keeps freezing when I run npm install aframe.

Any advice?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:11 (3 by maintainers)
Top Results From Across the Web
npm won't install packages locally. What's wrong?
What I understand is that npm will try to install it in a sensible location. So if you have a project/node_modules directory and...
Read more >5 Ways to Fix the Npm Install Not Working Issue
Way 1. Make Sure Npm Is Installed · Way 2. Make Sure There Is a Package.json File · Way 3. Delete Lock File...
Read more >How to fix npm install command not working
The error above happens when npm can't be found under the PATH environment variable. First, you need to make sure that npm is...
Read more >npm -g install <npm_package>not working as desired. Why ...
Step 1: Check the npm package is really installed globally. ... Step 2: Next check the npm globally save path. ... And its...
Read more >Downloading and installing packages locally - npm Docs
You can install a package locally if you want to depend on the package from your own module, using something like Node.js require...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

try a-frame master, we removed the examples dir from the package and now pointing to three.js proper. perhaps it was trying to fetch all three.js repo.
wow… took me about 10 minutes to npm i aframe@0.8.2…