felixrieseberg / ember-cli-windows-addon

:speedboat: Ember Addon, Optimizing Ember Cli Performance on Windows
MIT License
14 stars 5 forks source link

Problem with W10 (Powershell) #16

Open d8vjork opened 6 years ago

d8vjork commented 6 years ago

Can't proceed on Windows 10 using NPM 5.5 and NodeJS 9.2

I try running PS as administrator but still can't write Y or N at the prompt

XuluWarrior commented 6 years ago

I get the same problem but with NPM 5.3 and Node 8.4

abobwhite commented 6 years ago

I didn't have this problem with Node 6 but I just upgraded to Node 8 and I also hang at the Y/N prompt. Can't even Ctrl+C to kill it.

jhr007 commented 6 years ago

Solution is over on https://github.com/felixrieseberg/ember-cli-windows/issues/40 tldr: npm install -g ember-cli-windows from Powershell with elevated privileges ember-cli-windows

Cause I had already written this about the addon ember windows Freezing at prompt with node 6

Windows 10 
ember-cli: 3.0.0
node: 6.13.1
os: win32 x64
npm: 3.10.10

Same on node 8:

Windows 10 
ember-cli: 3.0.0
node: 8.10.0
os: win32 x64
npm: 5.6.0

This probably doesn't matter because ember-cli-windows detected them being disabled I just noticed that all Windows Defender services are disabled, probably corporate group policy, but Windows Search is running.

XuluWarrior commented 6 years ago

As @jhr007 says, you can get around this by using ember-cli-windows instead. But that doesn't really resolve the issue with this addon. Perhaps the addon should be marked as deprecated in favour of ember-cli-windows