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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
If anything get problem and npm install failed during the bootstrapping. The command should be able to detect it and report to user to manually install the packages.
Actual behavior
If package installation fails it shows the error but end with following message:
All set! Run below command to start your blockchain app.
This message is confusing for user if process was successful or not.
Steps to reproduce
It usually fail due to dependency issues
But we can trigger the failure by adding invalid package to package.json in the template.
Which version(s) does this affect? (Environment, OS, etc...)
5.1.0
The text was updated successfully, but these errors were encountered:
Expected behavior
If anything get problem and
npm install
failed during the bootstrapping. The command should be able to detect it and report to user to manually install the packages.Actual behavior
If package installation fails it shows the error but end with following message:
This message is confusing for user if process was successful or not.
Steps to reproduce
package.json
in the template.Which version(s) does this affect? (Environment, OS, etc...)
5.1.0
The text was updated successfully, but these errors were encountered: