[neon/qt6/qt6-webengine/Neon/unstable] debian: /etc/profile.d/nvm-profile.sh
Carlos De Maine
null at kde.org
Tue Sep 5 15:39:58 BST 2023
Git commit c076488f6aac426ee8787eb43aabf7c7b09788ae by Carlos De Maine.
Committed on 05/09/2023 at 16:39.
Pushed by carlosdem into branch 'Neon/unstable'.
/etc/profile.d/nvm-profile.sh
M +2 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/c076488f6aac426ee8787eb43aabf7c7b09788ae
diff --git a/debian/rules b/debian/rules
index fb8f994..49a9a55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,8 @@ override_dh_auto_clean:
# init nvm and thus npm && # install needed nodejs deps with npm
echo $(PATH)
- . ~/.profile && . PATH=~/.nvm/versions/node/v18.5.0/bin ~/.nvm/nvm.sh && \
+ #. ~/.profile && . PATH=~/.nvm/versions/node/v18.5.0/bin ~/.nvm/nvm.sh && \
+ . /etc/profile.d/nvm-profile.sh && \
npm install pako && \
npm install rollup-plugin-terser && \
npm install yargs
More information about the Neon-commits
mailing list