Skip to content

Commit 9f1434d

Browse files
committed
fix: remove graceful-fs overrides due to upstream fix
1 parent aae8244 commit 9f1434d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ ENV IONIC_VERSION 7.2.1
44

55
RUN apt-get update && apt-get install -y git bzip2 openssh-client && \
66
npm install -g --unsafe-perm @ionic/cli@${IONIC_VERSION} && \
7-
# Fix graceful-fs compatibility with Node.js 22 after Ionic CLI installation
8-
npm install -g graceful-fs@latest && \
9-
npm update -g && \
10-
npm rebuild && \
117
ionic --version && \
128
cd /tmp && \
139
ionic start myNewProject blank --type=react --capacitor && \

0 commit comments

Comments
 (0)