Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 176 Vote(s) - 3.7 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing NPM on AWS EC2

#11
To install NodeJS 6.x execute the following commands:

curl -sL

[To see links please register here]

| sudo -E bash -
yum install nodejs --enablerepo=nodesource

**Update**

You can install NodeJS 7 and 8 in the same way. Just specify the version you need instead of 6 in the command above.

**Update**

To update to NodeJS 16 (or any other version) do the following:

rm -rf /etc/yum.repos.d/nodesource-el*
curl -sL

[To see links please register here]

| sudo -E bash -
yum install nodejs --enablerepo=nodesource
Reply

#12
**Follow this [AWS Tutorial](

[To see links please register here]

) that uses [Node Version Manager](

[To see links please register here]

).**

Node Version Manager (NVM) lets you install multiple versions of Node.js and switch between them.


----------

**Here are the steps:**

Install NVM

curl -o-

[To see links please register here]

| bash

Activate NVM

. ~/.nvm/nvm.sh

Install Node (choose version)

nvm install 15.0.0

Confirm Successful Installation

node -e "console.log('Running Node.js ' + process.version)"
Reply

#13
Latest version 18 has dependency I think..

```
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
```

Finally I got solution by running by running following commands.

sudo apt-get remove nodejs
nvm install 16.15.1

v16.15.1 node version and npm v v16.15.1 is installed.
For same make sure nvm is installed in your machine.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through