From dab93d9b560db585f17180bc16bc0d49045637f6 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Wed, 1 Jan 2025 15:54:18 -0800 Subject: [PATCH] Add a bit to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35a1f69..c3ff6b4 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ If you're developing an application which requires changes to welshman, you'll n - Within each `package` directory in welshman, run `npm link` - Within your application directory, link all welshman dependencies _simultaneously_ (or else only one will get linked. A command that does this is: `rm -rf node_modules; npm i; cat package.json|js '.depedencies|keys[]'|grep welshman|xargs npm link`. -If you run `npm install` in your application directory, you'll need to repeat the final step above. +If you run `npm install` in your application directory, you'll need to repeat the final step above. Finally, if you're using the `editor` module, you may run into some dependency version conflicts. I recommend editing the command above to exclude the editor.