You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,19 +26,18 @@
26
26
27
27
2. Build legacy and client, run `pnpm run build`.
28
28
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`
32
30
33
31
Application will be accesible at: `http://localhost:9090/semoss-ui/packages/client/dist/#/`
34
32
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`
36
34
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`
38
36
39
37
Legacy application will be accesible at: `http://localhost:9090/semoss-ui/#!/`
40
38
41
39
## 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`.
42
41
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.
0 commit comments