Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

E2E test crashes when the path has spaces #48

Closed shmool closed 4 years ago

shmool commented 4 years ago

Describe the bug The e2e test crashes because it can't find the dir. This happens when the path includes spaces. Error: 'Could not install from ".." as it does not contain a package.json file.'

To Reproduce Steps to reproduce the behavior:

  1. Create a directory which has a space in its name, i.e. my projects
  2. Clone this project into this directory
  3. Run npm i
  4. Run npm run test:e2e

Expected behavior The tests should run on the project wherever it is (path with spaces).