Skip to content

Commit 38dd252

Browse files
docs: update README.md (guacsec#672)
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent effecbd commit 38dd252

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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
4545
npm 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-
5548
Open browser at <http://localhost:3000>
5649

5750
## Environment variables

0 commit comments

Comments
 (0)