Skip to content

Commit

Permalink
Merge pull request #28 from densellp/main
Browse files Browse the repository at this point in the history
fix: npm dependencies and vulerabilities
  • Loading branch information
jrcarl624 committed Mar 10, 2024
2 parents 5248e3f + 38d66c2 commit 774ca83
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 142 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ temp/
*.env
*.log
*.vscode
renovate.json
renovate.json
index.js
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Step 2: Make sure you are on node version 18
> **Note:** Unless you have downloaded this verson of node. You may need to install `NVM` (node version manager) to setup an alias in you `bashrc` or `zshrc` file to change the version to node 18.
```tty
$ nvm install 18
$ nvm use 18
$ nvm alias default 18
nvm install 18
nvm use 18
nvm alias default 18
```

Step 3: Generate an `index.js` file to setup a default Friend-Connect configuration, and place it into the main directory
Expand Down Expand Up @@ -104,7 +104,7 @@ new Session({
Step 4: Run the following command in your terminal and include the absolute path for your `index.js` file

```tty
$ node --es-module-specifier-resolution=node --experimental-fetch ./path/to/file.js
node --es-module-specifier-resolution=node --experimental-fetch ./path/to/file.js
```

Step 5: If all goes well you should be greeted with this output
Expand All @@ -125,7 +125,7 @@ Congratulations! You are all set to use the Friend-Connect Tool!

### As an NPM library
```tty
$ npm install friend-connect
npm install friend-connect
```

Create a file and name it whatever you want.
Expand Down
Loading

0 comments on commit 774ca83

Please sign in to comment.