Skip to content

Commit 0380e35

Browse files
committed
fixed missing node modules
1 parent 850f406 commit 0380e35

804 files changed

Lines changed: 112567 additions & 478 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Manual install is only required if you are not using the premade images, and are
6464

6565
``` bash
6666
sudo apt -y update
67-
sudo apt -y install nodejs npm jq rustc cargo php-cli
67+
sudo apt -y install nodejs jq rustc cargo php-cli
6868
cargo install miniserve
6969
```
7070

@@ -116,8 +116,6 @@ pip3 install gpsd-py3
116116
```bash
117117
cd ~/krakensdr
118118
git clone https://github.com/krakenrf/krakensdr_doa
119-
cd krakensdr_doa
120-
npm i
121119
```
122120

123121
Copy the the `krakensdr_doa/util/kraken_doa_start.sh` and the `krakensdr_doa/util/kraken_doa_stop.sh` scripts into the krakensdr root folder of the project.

_nodejs/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
node_modules/*
21
*.csv

0 commit comments

Comments
 (0)