gymgym1212 opened a new issue, #2427: URL: https://github.com/apache/apisix-dashboard/issues/2427
# Feature request ## Please describe your feature Can we add a line under the following code to promote developers to ignore the error about node-gyp? ``` yarn install yarn start ``` I am a newbie about apisix/apisix-dashboard. It took me **half a day** to consider why there was a error in the process of `yarn install`, and I found the result in [here](https://github.com/apache/apisix-dashboard/issues/702#issuecomment-722796795) ## Describe the solution you'd like before: ``` yarn install yarn start ``` after ``` yarn install yarn start ``` > If there is an error about gyp during yarn install, please ignore it and go ahead! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
