-
Notifications
You must be signed in to change notification settings - Fork 27
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
[Bug Report] - Cannot build properly with PowerShell #602
Comments
For additional context, could you include a screenshot of the error message? Think that would be useful when debugging. |
After discussion, we could potentially solve this with a new npm package that's used as a devDependency. A package like |
I think you're probably right and we can see if I can't replicate it at tomorrow's meeting off of my laptop.
Sent with [Proton Mail](https://proton.me/) secure email.
…On Tuesday, April 9th, 2024 at 4:41 PM, Dion Satcher ***@***.***> wrote:
I'm honestly not encountering any errors for this. I run windows on my desktop and tried to run npm run start through my windows powershell and it runs fine.
[image.png (view on web)](https://github.com/codeforpdx/PASS/assets/43707506/015823c0-a54e-4293-8256-b2486ce67666)
Are you sure this is not an issue with your environment setup or PATH issue. I can't tell without the errors but since its able to build and run on my PowerShell then I don't think it's an environment issue.
—
Reply to this email directly, [view it on GitHub](#602 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BBK3O3HDRMGSKD3U32OUP6DY4R4D5AVCNFSM6AAAAABFJ2MD3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBWGIYDIOJZGA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
The issue seems to be related to incorrect syntax. Think we could resolve this by updating the syntax. |
I believe I have a script which should handle cross-environment setup/installation. The only thing the user needs is to have node installed. I'm still testing it, but if it works, I think it'd be a nice one-size-fits-all. If acceptable, this could reduce user setup instructions to:
|
For additional context, it has come to light that configuration has issues with file paths containing spaces. |
Describe the bug:
Build fails with config files when using PowerShell
Expected behavior:
The build should complete successfully without any errors
Actual Behavior:
The build fails after a few moments
To Reproduce:
npm start
from PowerShellDesktop (please complete the following information):
Possible Fix:
Ensure compatibility with PowerShell for builds in the long term.
Additional context:
The issue does not occur with WSL (Windows Subsystem for Linux), indicating an environment-specific problem.
The text was updated successfully, but these errors were encountered: