Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d916b73

Browse files
authoredMay 6, 2025··
Update README.md
Include in the common errors section, and remove from build steps
1 parent e8eb492 commit d916b73

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,18 @@
2626

2727
2. Build legacy and client, run `pnpm run build`.
2828

29-
3. Build sdk: cd into ./lib/sdk, run `pnpm run build`. After completion, cd back into root folder.
30-
31-
4. For local development on our new ui (./packages/client) and the component library (./libs) run `pnpm run dev:client`
29+
3. For local development on our new ui (./packages/client) and the component library (./libs) run `pnpm run dev:client`
3230

3331
Application will be accesible at: `http://localhost:9090/semoss-ui/packages/client/dist/#/`
3432

35-
5. Component library development through storybook. Change directories into libs `cd .\libs\` and run `pnpm run storybook`
33+
4. Component library development through storybook. Change directories into libs `cd .\libs\` and run `pnpm run storybook`
3634

37-
6. For local development on the legacy application, run `pnpm run dev:legacy`
35+
5. For local development on the legacy application, run `pnpm run dev:legacy`
3836

3937
Legacy application will be accesible at: `http://localhost:9090/semoss-ui/#!/`
4038

4139
## Common Errors
40+
1. The following issue may error may appear if nx does not build correctly: Cannot find module '@semoss/sdk/react' or its corresponding type declarations. To fix, cd directly into .\libs\sdk and run `pnpm run build`.
4241
2. `404` on REST calls to the BE, usually points to an issue with the MODULE you have specified in your `.env.local` and/or `.packages/legacy/app.constants` file. Ask your client project lead what endpoint you hit to ensure you have the right pointer specified for MODULE.
4342

4443
### Must be on a version of Node 18

0 commit comments

Comments
 (0)
Please sign in to comment.