Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade nodejs from v16 to v18 #1267

Merged
merged 1 commit into from
Jun 15, 2023
Merged

upgrade nodejs from v16 to v18 #1267

merged 1 commit into from
Jun 15, 2023

Conversation

jczhong84
Copy link
Collaborator

Got below error when building the docker image due to npm not found, seems like something wrong with nodejs 16 installation. Upgrading to v18 works

 => CACHED [ 2/11] RUN rm -rf /var/lib/apt/lists/*     && apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install --no-insta  0.0s
 => ERROR [ 3/11] RUN npm i -g [email protected]     && npm i -g yarn@^1.22.10     && npm explore npm --global -- npm install [email protected]       0.3s
------
 > [ 3/11] RUN npm i -g [email protected]     && npm i -g yarn@^1.22.10     && npm explore npm --global -- npm install [email protected]     && yarn config set cache-folder /mnt/yarn-cache/cache     && yarn config set yarn-offline-mirror /mnt/yarn-offline-mirror:
#0 0.264 /bin/sh: 1: npm: not found

@czgu czgu merged commit 68d92f4 into pinterest:master Jun 15, 2023
jczhong84 added a commit to jczhong84/querybook that referenced this pull request Jun 17, 2023
jczhong84 added a commit that referenced this pull request Jun 17, 2023
@jczhong84 jczhong84 deleted the chore/node branch June 28, 2023 06:34
aidenprice pushed a commit to arrowtail-precision/querybook that referenced this pull request Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants