File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ It will start the backend in http://localhost:8080
3636### Install dependencies
3737
3838``` shell
39- npm clean-install --ignore-scripts
39+ npm ci
4040```
4141
4242### Init the dev server
@@ -45,13 +45,6 @@ npm clean-install --ignore-scripts
4545npm run start:dev
4646```
4747
48- > Known issue: after installing the dependencies for the first time and then executing ` npm run start:dev ` you will see
49- > an error
50- > ` config/webpack.dev.ts(18,8): error TS2307: Cannot find module '@trustify-ui/common' or its corresponding type declarations `
51- > Stop the command with Ctrl+C and run the command ` npm run start:dev ` again and the error should be gone. This only
52- > happens the very first time we install dependencies in a clean environment, subsequent commands ` npm run start:dev `
53- > should not give that error. (bug under investigation)
54-
5548Open browser at < http://localhost:3000 >
5649
5750## Environment variables
You can’t perform that action at this time.
0 commit comments