felixrieseberg / ember-cli-windows-addon

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

Spaces in file/folder paths break the addon #5

Closed petetnt closed 9 years ago

petetnt commented 9 years ago

Installed ember-cli-windows-addon successfully and ran ember windows in a folder X:\path\to\folder with spaces\myapp\

This was the output:

Configuration Error: X:\path\to\folder : The term 'X:\path\to\folder' is not recognized as the name of a cmdlet, funct
ion, script file, or

Configuration Error:  X:\path\to\folder : The term X:\path\to\folder' is not recognized as the name of a cmdlet, funct
ion, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ X:\path\to\folder with spaces\my  ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (X:\path\to\folder:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Configuration Error:  operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ X:\path\to\folder with spaces\my ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (X:\path\to\folder:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Windows Search configured!

Finished Search Configuration.

Windows Defender configured!

Finished Defender Configuration.

(And despite saying that the addon finished configuring Windows Search/Defender it did nothing)

Windows 8.1. Pro / node 0.12.2 / ember-cli 0.2.2

petetnt commented 9 years ago

The issue is upstream, filed at felixrieseberg/ember-cli-windows#14