You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/22 03:17:37 UTC

[GitHub] [dolphinscheduler] MkkOF opened a new issue, #11584: can not start dolphinscheduler-ui

MkkOF opened a new issue, #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   1. npm/pnpm install
   2. npm/pnpm run dev
   errorr:
   node_modules/.pnpm/vite@2.9.13_sass@1.53.0/node_modules/vite/dist/node/chunks/dep-80fe9c6b.js:38572:7: ERROR: [plugin: vite:dep-scan] Missing "./es/_mixins" export in "naive-ui" package
   node_modules/.pnpm/vite@2.9.13_sass@1.53.0/node_modules/vite/dist/node/chunks/dep-80fe9c6b.js:38572:7: ERROR: [plugin: vite:dep-scan] Missing "./es/_mixins" export in "naive-ui" package
   node_modules/.pnpm/vite@2.9.13_sass@1.53.0/node_modules/vite/dist/node/chunks/dep-80fe9c6b.js:38572:7: ERROR: [plugin: vite:dep-scan] Missing "./es/_mixins" export in "naive-ui" package
   node_modules/.pnpm/vite@2.9.13_sass@1.53.0/node_modules/vite/dist/node/chunks/dep-80fe9c6b.js:38572:7: ERROR: [plugin: vite:dep-scan] Missing "./es/_mixins/" export in "naive-ui" package
   node_modules/.pnpm/vite@2.9.13_sass@1.53.0/node_modules/vite/dist/node/chunks/dep-80fe9c6b.js:38572:7: ERROR: [plugin: vite:dep-scan] Missing "./es/_utils" export in "naive-ui" package
   
   
   
   ### What you expected to happen
   
   start dolphinscheduler-ui
   
   ### How to reproduce
   
   1. npm/pnpm install
   2. npm/pnpm run dev
   
   npm version 16.16.0
   npmp version 6.32.11
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.0
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] labbomb commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
labbomb commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1223379198

   Are you referencing es /_mixins directly in some of the source code? If so, it should be introduced from the unified entrance as much as possible


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] closed issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally
URL: https://github.com/apache/dolphinscheduler/issues/11584


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11584: can not start dolphinscheduler-ui

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1221748303

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1281663183

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] DarkAssassinator commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
DarkAssassinator commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1227392961

   it's fix after i update pnpm to 7.9.5. 


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] DarkAssassinator commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
DarkAssassinator commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1227392023

   it's fix after i update pnpm to 7.9.5. 


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] DarkAssassinator commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
DarkAssassinator commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1222406672

   I faced the same issue, whether to consider providing some front-end develop and extend documents, the current version of the documents on the front-end has expired, and it is still difficult for back-end development. thx


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] zhoufanglu commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
zhoufanglu commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1226905403

   > Naive has been upgraded, pnpm7+ may be required, and I will update the corresponding README in the future.
   
   now how to resolve this question?


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] songjianet commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
songjianet commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1225164958

   Naive has been upgraded, pnpm7+ may be required, and I will update the corresponding README in the future.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] jinfengyan commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
jinfengyan commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1240153592

   When I shipped this problem, I said that the version of pnpm was updated to the latest version, and the bug was still not solved, but after I updated vite to the latest version, the problem was solved.
   
   For example: pnpm install vite@3.1.0


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] MkkOF commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
MkkOF commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1223611903

   > 
   
   errors happened in the source code of dolphinsheduler-ui,custom-parameters.ts and some other .ts files 
   ![image](https://user-images.githubusercontent.com/18656889/186086727-f9f3a674-7112-4ff5-9680-154eb3c3f24e.png)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11584: [Question] [UI] Can not start dolphinscheduler-ui locally

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11584:
URL: https://github.com/apache/dolphinscheduler/issues/11584#issuecomment-1273941139

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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