-
Notifications
You must be signed in to change notification settings - Fork 279
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
Brackets won't load -- PathUtils is undefined #604
Comments
chat logs found here: https://chat.mozillafoundation.org/mozilla/pl/neuo67r5x7y6pj71c95ujkqniy |
cc @Pomax I spent a bunch of time on this with @O-kasso today, and I couldn't make any sense of it. I'll try again tomorrow, but I'd appreciate any help people could give here. Something doesn't make sense, and I suspect the environment, a tooling version issue, or something else like that. The line that's throwing here is this: When I updated to Adobe's latest upstream code, we pulled in changes that altered the way the |
hm, I don't run into this myself on the latest commit (2888cfb)... did you two try a "clone --recursive" in a different dir, with "git submodule update --init --recursive" after cloning, followed by |
Finally fixed it! Not really sure how I got into this scenario, but this fixed it for me:
What's confusing me is that
|
@humphd should I close this issue? |
The only new thing here is the inclusion of I think we should use this as an opportunity to update the
@O-kasso would you be willing to do that? |
@humphd sure thing, will update tonight |
Note that (worst case, a submodule's |
README update can be found here: #610 |
When attempting to load the editor either as part of Thimble, or directly at
http://localhost:8000/src/hosted.html
, get this exception:Undefined here should be PathUtils from
thirdparty/path-utils/path-utils
My master branch and all submodules are synced with upstream at time of writing, and I performed the necessary
npm install
andnpm start
. Also tried troubleshooting steps found here. I've tried nuking and recloning to no avail :(cc @humphd @gideonthomas
The text was updated successfully, but these errors were encountered: