what does ENV PATH /opt/app/node_modules/.bin:$PATH do

AttractivePenguin answered on March 13, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers


what does ENV PATH /opt/app/node_modules/.bin:$PATH do

0

ENV PATH /app/node_modules/.bin:$PATH adds the .bin directory to this collection, so that when node tries to do something that requires a specific module's executable, it will look for it in the .bin folder 

Popularity 2/10 Helpfulness 1/10 Language shell
Source: Grepper
Tags: env path shell
Link to this answer
Share Copy Link
Contributed on Mar 13 2023
AttractivePenguin
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.