[Git][noosfero/noosfero][master] 2 commits: Fix npm-install when run quick-start, npm install need root.

Rodrigo Souto gitlab at mg.gitlab.com
Fri Jul 13 15:55:16 BRT 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
b15fcb69 by Maxwell Borges Bezerra at 2018-07-12T17:36:30Z
Fix npm-install when run quick-start, npm install need root.

- - - - -
fd202fb7 by Rodrigo Souto at 2018-07-13T18:55:13Z
Merge branch 'fix-npm-install' into 'master'

Fix npm-install when run quick-start, npm install need root.

See merge request noosfero/noosfero!1569
- - - - -


1 changed file:

- script/install-dependencies/npm-dependencies.sh


Changes:

=====================================
script/install-dependencies/npm-dependencies.sh
=====================================
@@ -1,7 +1,7 @@
 # Use a newest node version.
-apt remove -y nodejs npm
+sudo apt remove -y nodejs npm
 curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
-apt install -y nodejs ruby-execjs ruby-uglifier
+sudo apt install -y nodejs ruby-execjs ruby-uglifier
 
 # javascript framework to run end-to-end tests.
 npm install cypress



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/9b61261f64703adf4afaa940371678c4e6040a94...fd202fb7764725e211c1fb058f98e629dc8b78a3

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/9b61261f64703adf4afaa940371678c4e6040a94...fd202fb7764725e211c1fb058f98e629dc8b78a3
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180713/4ef12027/attachment.html>


More information about the Noosfero-dev mailing list