Answers for "How to install npm in alpine linux"

C
0

How to install npm in alpine linux

apk add --update nodejs npm
apk add --update npm

For Dockerfile runing image FROM php:7.4-fpm-alpine
add:
RUN apk add --update nodejs npm
RUN apk add --update npm
Posted by: Guest on August-14-2021

Code answers related to "C"

Browse Popular Code Answers by Language