Skip to content

Local build fixes #863

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

andrewmd5
Copy link

This fixes two issues I ran into getting the project to build and run locally.

I also ran into an issues with with the WebApp project finding duplicate dependencies, but I just disabled the check to workaround it so that isn't included here. I'll open a separate issue.

Andrew added 2 commits October 30, 2021 14:31
The `#` symbol was causing the symlink that npm creates to point at just  `/source/` rather than `/source/#external/`
This allows `./sl roslyn-branches` to work after running `./sl setup` (before it just complained about missing modules)
@ashmind
Copy link
Owner

ashmind commented Nov 2, 2021

Thanks for raising this! I'll take a look now.

@@ -106,7 +106,7 @@
"dateformat": "1.0.12",
"lz-string": "1.4.4",
"marked": "0.7.0",
"mirrorsharp": "file:../#external/mirrorsharp/WebAssets/dist",
"mirrorsharp": "file:../%23external/mirrorsharp/WebAssets/dist",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not fully sure about this one -- I think I tried this before and run into some problems.
I'll need to try it out again before merging.

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

Successfully merging this pull request may close these issues.

2 participants