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

Updated dev docs - setup issues #228

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Updated dev docs - setup issues #228

merged 2 commits into from
Apr 20, 2023

Conversation

tuncK
Copy link
Contributor

@tuncK tuncK commented Apr 20, 2023

Following the current instructions, nodejs=18.15.0 gets installed, which results in an error like this:

~/galaxy-language-server/client$ npm run webpack

galaxy-tools@0.10.2 webpack
webpack --mode development

[webpack-cli] /home/tunc/galaxy-language-server/client/node_modules/webpack/lib/cli.js:68
/(\p{Uppercase_Letter}+|\p{Lowercase_Letter}|\d)(\p{Uppercase_Letter}+)/gu,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

SyntaxError: Invalid regular expression: /(\p{Uppercase_Letter}+|\p{Lowercase_Letter}|\d)(\p{Uppercase_Letter}+)/: Invalid property name
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1176:20)
at Module._compile (node:internal/modules/cjs/loader:1218:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12)
at Module.require (node:internal/modules/cjs/loader:1141:19)
at require (node:internal/modules/cjs/helpers:110:18)
at get cli (/home/tunc/galaxy-language-server/client/node_modules/webpack/lib/index.js:129:10)
at Function.cli (/home/tunc/galaxy-language-server/client/node_modules/webpack/lib/util/memoize.js:22:13)

Copy link
Collaborator

@davelopez davelopez left a comment

Choose a reason for hiding this comment

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

Thank you so much @tuncK!

docs/CONTRIBUTING.md Outdated Show resolved Hide resolved
@davelopez davelopez merged commit 369b73e into galaxyproject:main Apr 20, 2023
4 of 12 checks passed
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.

None yet

2 participants