FangSen9000 commented on code in PR #2590:
URL: https://github.com/apache/apisix-dashboard/pull/2590#discussion_r947370926
##########
.github/workflows/frontend-e2e-test.yml:
##########
@@ -49,8 +49,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
- cache: 'yarn'
- cache-dependency-path: web/yarn.lock
+
+ - name: Install PNPM
+ run: npm i -g [email protected]
Review Comment:
Let me first say a good news. Yesterday's problem has been solved. The
reason is that he didn't use Chrome browser to run it. Just add a setting.
`"For example, I just found that it seems that many errors in file format
are related to yarn. Many workflow files have been perfected around this. Then,
the pnpm directly downloaded by GitHub does not seem to support node.js12. It
describes that the downloaded pnpm does not support NPM below 14 (in fact, you
can install a low-level package and ask him to support it, but it feels that it
will be troublesome. I am afraid there are more problems.) Only 14 and 16 can
be built when building tests. "


"When downloading the relevant environment, it seems that there are some
restrictions. Maybe it can be solved by storing it in the warehouse through
some link, but I haven't started to look at it. I'm afraid this is also very
troublesome. This picture is the reason why the three people are useless.
Action is prohibited. It clearly meets the requirements he said, but it can't
be used."`
@SkyeYoung I mentioned this problem. You can look at the pictures. If you
can solve it, it's best.
--
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]