Skip to content

Commit 3e4afc8

Browse files
author
Knut Behrends
committed
Merge branch 'master' of github.com:knbknb/javascript-development-environment
2 parents bdabe5a + 6d01700 commit 3e4afc8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ This will run the automated build process, start up a webserver, and open the ap
2222
6. Seeing `Error: listen EADDRINUSE :::3000`? That means port 3000 is already in use on your machine. You probably have another instance of this project running on your machine in a different window. So find that window and kill the other instance using Ctrl+C.
2323
7. Nothing above work? Delete your node_modules folder and re-run npm install.
2424

25+
## knbknb:
26+
27+
**Check for Updates / Security issues**
28+
29+
Run (in appropriate sequence)
30+
31+
32+
npm outdated
33+
npm audit
34+
npm update
35+
npm install
36+
37+
2538
### Development Dependencies
2639

2740
| **Dependency** | **Use** |

0 commit comments

Comments
 (0)