brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

One or more required libraries could not be found - RequireJS #14381

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by ychuckt8 Saturday Dec 29, 2018 at 01:49 GMT Originally opened as https://github.com/adobe/brackets/issues/14618


When I open the Brackets program and got the following error:

Oops! One or more required libraries could not be found.

RequireJS If you're running from a local copy of the Brackets source, please make sure submodules are updated by running:

git submodule update --init If you're still having problems, please contact us via one of the channels mentioned at the bottom of the README.

Reload Brackets

Version: 1.13

core-ai-bot commented 3 years ago

Comment by shubhsnov Friday Jan 04, 2019 at 05:39 GMT


If this is happening with an installed build, then it maybe due to a corrupted installation. Try reinstalling and notify if the problem persists.

core-ai-bot commented 3 years ago

Comment by intj-t Monday Oct 14, 2019 at 23:26 GMT


Run,

git submodule update --init

if it fails read the error messeage

add the required module to your .gitmodules file in my case it was:

[submodule "src/extensions/default/PhpTooling/vendor/jetbrains/phpstorm-stubs"] path = src/extensions/default/PhpTooling/vendor/jetbrains/phpstorm-stubs url = https://github.com/JetBrains/phpstorm-stubs.git