Sep 16 11:47:51 PM npm help search for help on
Sep 16 11:47:51 PM npm help npm involved overview
Sep 16 11:47:51 PM
Sep 16 11:47:51 PM Specify configs in the ini-formatted file:
Sep 16 11:47:51 PM /opt/render/.npmrc
Sep 16 11:47:51 PM or on the command line via: npm --key value
Sep 16 11:47:51 PM Config info can be viewed via: npm help config
Sep 16 11:47:51 PM
Sep 16 11:47:51 PM npm@6.14.13 /usr/local/lib/node_modules/npm
Sep 16 11:47:51 PM ==> Build failed
why it is showing this how i can resolve this
Hi,
I expect there are more logs above those you’ve shared.
However, that looks like the tail end of running just npm
. npm
on its own just shows help text, it requires an action.
If you’re trying to install dependencies, that would be:
npm install
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.