You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/14 06:48:16 UTC

[GitHub] [apisix-dashboard] gymgym1212 opened a new issue, #2427: [doc] How about adding a line in the dev-doc to prompt developers to ignore the error about node-gyp?

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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] Baoyuantop closed issue #2427: [doc] How about adding a line in the dev-doc to prompt developers to ignore the error about node-gyp?

Posted by GitBox <gi...@apache.org>.
Baoyuantop closed issue #2427: [doc] How about adding a line in the dev-doc to prompt developers to ignore the error about node-gyp?
URL: https://github.com/apache/apisix-dashboard/issues/2427


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] juzhiyuan commented on issue #2427: [doc] How about adding a line in the dev-doc to prompt developers to ignore the error about node-gyp?

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #2427:
URL: https://github.com/apache/apisix-dashboard/issues/2427#issuecomment-1124457753

   Sure! Could you please file a PR and add it https://apisix.apache.org/docs/dashboard/develop here?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] gymgym1212 commented on issue #2427: [doc] How about adding a line in the dev-doc to prompt developers to ignore the error about node-gyp?

Posted by GitBox <gi...@apache.org>.
gymgym1212 commented on issue #2427:
URL: https://github.com/apache/apisix-dashboard/issues/2427#issuecomment-1124559969

   > Sure! Could you please file a PR and add it https://apisix.apache.org/docs/dashboard/develop here?
   
   OK~


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org