rhtyd commented on a change in pull request #5362:
URL: https://github.com/apache/cloudstack/pull/5362#discussion_r694583669
##########
File path: debian/rules
##########
@@ -96,7 +96,7 @@ override_dh_auto_install:
# cloudstack-ui
mkdir $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/ui
mkdir -p $(DESTDIR)/usr/share/$(PACKAGE)-ui
- cd ui && npm install && npm run build && cd ..
+ cd ui && npm config set unsafe-perm true && npm install && npm rebuild
node-sass --force && npm run build && cd ..
Review comment:
@tetra12 are you using nodejs LTS?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]