-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nat Marzec edited this page Apr 7, 2020
·
13 revisions
Welcome to the sistema Administrativo Contable wiki!
install node
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs
npm init
npm install mysql
luego...
install yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
© 2020 Nat, Inc.