Skip to content

Spaces in File Path #64

Open
Open
@RDalziel

Description

@RDalziel

I've been currently working on a TFS Build which will spin up selenium and run protractor tests against a deployment.

Whilst setting this up, i noticed that if my folder path for where the node_modules folder is located contains a space, gulp protractor bombs out when trying to reference one of the file paths.

For example:

'c:\dev\folder\node_modules\gulp-protractor' works absolutely fine
'c:\dev\new folder\node_modules\gulp-protractor' will throw an error along the lines of 'c:\dev\new' is an unrecognised command'

I managed to get round the error by just re-working how my folder paths are named, but thought i'd mention anyway!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions