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
To install Node.js dependency the instructions state to run "npm i @zowe/apiml-onboarding-enabler-nodejs@latest --dev-save"
However, I think this should be --save. --dev-save "works" accidentally in the same way npm i @zowe/apiml-onboarding-enabler-nodejs@latest --whatever-save works:
However, --dev-save might mistakenly lead users to enter --save-dev which has the [unintentional] behavior of adding this required package to devDependenices.
Pages to Update
Screenshots
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Description
To install Node.js dependency the instructions state to run "npm i @zowe/apiml-onboarding-enabler-nodejs@latest --dev-save"
However, I think this should be
--save
.--dev-save
"works" accidentally in the same waynpm i @zowe/apiml-onboarding-enabler-nodejs@latest --whatever-save
works:However,
--dev-save
might mistakenly lead users to enter--save-dev
which has the [unintentional] behavior of adding this required package todevDependenices
.Pages to Update
Screenshots
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: