material-design-icons icon indicating copy to clipboard operation
material-design-icons copied to clipboard

Unable to Install from npm (extract not completing)

Open tomwanzek opened this issue 7 years ago • 66 comments

I am unable to install material-design-icons from npm.

When trying to install with npm version 3.10.3 (windows 10 machine), the extraction step:

\ extract:material-design-icons: sill doParallel extract 1

does not complete even after appr. 10min. The progress slash eventually stops spinning completely.

Your insights are most appreciated.

tomwanzek avatar Nov 08 '16 21:11 tomwanzek

Yes, this is also happening to me.

node version: v6.4.0 npm version: 3.10.9

yalopov avatar Nov 14 '16 18:11 yalopov

Same problem here System: windows 10 npm --version => 3.10.8 node --version => 6.9.1

AlexDmr avatar Nov 21 '16 12:11 AlexDmr

Same problem, npm version 3.8.6, node version v6.1.0

SpiritusDeos avatar Nov 21 '16 18:11 SpiritusDeos

It turns out that it took about 20mns to complete.... maybe one could split this large library inti multiple small ones?

AlexDmr avatar Nov 21 '16 20:11 AlexDmr

@AlexDmr thanks for the patience in investigating. For all intents and purposes 20min seems prohibitively long, i.p. if all one might need are the icon fonts for self-hosting.

tomwanzek avatar Nov 24 '16 15:11 tomwanzek

Is this going to be addressed?

tomwanzek avatar Dec 01 '16 17:12 tomwanzek

Same problem here on OSX sierra: npm 3.10.9, node v6.9.2

gkpo avatar Dec 21 '16 16:12 gkpo

Same problem Windows 10 pro, npm 4.0.2, node 6.9.1. It appears that the content loads into node_modules/staging, however the node_modules/material-design-icons folder is never generated

gregbown avatar Jan 09 '17 22:01 gregbown

Same here, node 6.9.2 npm 4.0.3 Debian Jessie

miloslavnosek avatar Feb 14 '17 07:02 miloslavnosek

Same here with Win10, node 6.9.4, npm 4.1.2

MichaelJata avatar Feb 19 '17 14:02 MichaelJata

After 20 minutes of installation, it shows several errors and ultimately does not get installed. Does anyone have a solution or any updates for installation on Windows 10, Node 6.10.0 and npm 3.10.10.

shankjn avatar Mar 05 '17 17:03 shankjn

@davidgreens Why are you pinging matplotlib devs?

efiring avatar Mar 05 '17 20:03 efiring

I had the same problem with npm 3.x.x (don't remember the exact version). All I did to fix it was update npm to 4.3.0, remove node_modules directory, and run "npm install".

azavisha avatar Mar 07 '17 19:03 azavisha

Upgraded to 4.4.1 download is still taking quite a while.

datadidit avatar Mar 12 '17 19:03 datadidit

After upgrading to the latest versions of node and npm, I'm unable to install it.

shankjn avatar Mar 20 '17 17:03 shankjn

Still occurs. node v.6.9.5 npm v.4.4.4 Windows 10

mankey-ru avatar Mar 28 '17 09:03 mankey-ru

Installing material-design-icons-iconfont solves this issue:

npm install material-design-icons-iconfont --save
//styles.scss
$material-design-icons-font-path: "~material-design-icons-iconfont/dist/fonts/";
@import "~material-design-icons-iconfont/dist/material-design-icons";

npm 3.10.10 node v6.10.0

karser avatar Apr 01 '17 14:04 karser

@jestelle and @shyndman (simply mentioning you as main contributors):

This fairly fundamental issue has been open without any investigation of root cause and possible remediation for an extended period.

Is this repo still supported? Thanks for looking into it.

tomwanzek avatar May 04 '17 13:05 tomwanzek

This is still a problem.

jmauerhan avatar Jun 21 '17 16:06 jmauerhan

It's frustrating, but lol it worked somewhere around the 10th try.

Just persist <3

Edit:

clusteratlas avatar Jun 27 '17 18:06 clusteratlas

same problem using Yarn v0.27.5 @ win10

diogoweb2 avatar Jul 25 '17 19:07 diogoweb2

The issue seems to be resolved. I have been able to install the lib in version 3.0.1 using npm. 🎉

tomwanzek avatar Oct 17 '17 18:10 tomwanzek

Still a problem on Windows 10.

@karser's solution above still works: https://github.com/google/material-design-icons/issues/518#issuecomment-290924590

jmauerhan avatar Oct 25 '17 22:10 jmauerhan

@jmauerhan The install takes appr. 4min for me. Windows 10, npm version 5.3.0. Slow, but at least working.

tomwanzek avatar Nov 03 '17 00:11 tomwanzek

same here

mohammadkhoeini avatar Nov 05 '17 04:11 mohammadkhoeini

Same here, still an issue

raspu avatar Dec 08 '17 12:12 raspu

me too. npm install material-design-icons is not working.

srinek avatar Dec 08 '17 17:12 srinek

Hi there, with ng 1.6 it works but with warning like

WARNING in ./node_modules/css-loader?{"sourceMap":false,"importLoaders":1}!./node_modules/postcss-loader/lib?{"ident":"postcss","sourceMap":false}!./node_modules/sass-loader/lib/loader.js?{"sourceMap":false,"precision":8,"includePaths":[]}!./src/styles.scss
(Emitted value instead of an instance of Error) postcss-url: /Users/whisher/Projects/src/styles.scss:7:3: Can't read file '/Users/whisher/Projects/src/~material-design-icons-iconfont/dist/fonts/MaterialIcons-Regular.eot', ignoring

whisher avatar Dec 09 '17 19:12 whisher

still a problem in 2018 😢 (using node v9.4.0, npm 5.6.0 on ubuntu bash under windows 10 - using a folder within the win10 file system)

raphaelstary avatar Jan 17 '18 16:01 raphaelstary

Update for 2018:

It's possible to install this package, but you have to wait really long time (about 10 min).

vikiival avatar Feb 14 '18 08:02 vikiival