ember-cli-windows-addon
ember-cli-windows-addon copied to clipboard
Problem with W10 (Powershell)
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
I get the same problem but with NPM 5.3 and Node 8.4
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.
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.
- Windows Defender Advanced Threat Protection
- Windows Defender Network Inspection Service
- Windows Defender Service
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