Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dedicatedServerPath must end with a \\ #17

Closed
mcasalaina opened this issue May 10, 2022 · 2 comments
Closed

dedicatedServerPath must end with a \\ #17

mcasalaina opened this issue May 10, 2022 · 2 comments

Comments

@mcasalaina
Copy link

  • Open gulpfile.js and update the dedicatedServerPath variable to the folder where your dedicated server is located.

I originally set this path with no \ at the end, and gulp serve failed; adding the \ fixed the problem. We might want to mention that it needs to be terminated by a \ (or I guess a / on Linux or Mac).

@ghost
Copy link

ghost commented May 12, 2022

A better method would be to use the path library, and do path.join() for merging since its cross-platform compatible and will use whatever slash style ( / or ) depending upon the OS.

@stevelatta
Copy link
Contributor

Thanks, updated in the readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants