Closed acknosyn closed 8 years ago
Unfortunately I don't have a Windows 8.1 machine to test this on. I'll try it on my Windows 10 machine tonight though.
What version of Node are you running?
node: 4.4.1 ember-cli: 2.4.3
Hi @badraufran
I have managed to replicate your issue on Windows 10. I believe this could be related to either ember-cli-sass or broccoli-clean-css.
I tried installing Node 5.10.1 with the latest ember-cli and it worked fine.
I realise this isn't ideal, however my best advice is to use something like nvm-windows and either use the latest version of Node or try 4.4.3 which is the latest LTS.
Bummer, good to hear it works with newer version of Node. Should we close this issue?
Sure :smile:
I'm using Windows PowerShell with administrative rights on Windows 8.1.
The command-line hangs at "Installing packages for tooling via npm" after entering "ember install ember-cli-foundation-6-sass".
This is the output after entering the command:
ember install ember-cli-foundation-6-sass
All of the node modules and bower components are installed.
After I
ctrl+c
to terminate the command, it appears the ember-cli-foundation-6-sass module and foundation-sites component has been successfully installed with all of the files.Is this an issue? I'm not sure if the hanging means the module isn't installed correctly. I haven't tried this using the command prompt.