You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a setup script that automatically runs and fills out the npm init prompts. It appears something is causing npm init to crash when I get to the entry point for the entry point.
I'm trying to write a setup script that automatically runs and fills out the
npm init
prompts. It appears something is causingnpm init
to crash when I get to the entry point for theentry point
.Using this sample input file: https://gist.github.com/derekaug/d3c7cfc1fa7e6538de0e
When I run
npm init < sample_input
orcat sample_input | npm init
,npm init
crashes when it hits theentry point
. See example output here: https://gist.github.com/derekaug/c0c1ace1e828e4c83f27The text was updated successfully, but these errors were encountered: