2

"Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details." error is displaying in the vs code console after I enter the npm. This issue comes up after I installed cypress version 9.4.1. The code is running fine but every time I run the code this error message comes up.

Why this issue is displaying and can someone explain to me how to fix this, please?

akshith
  • 81
  • 1
  • 8

2 Answers2

1

I got the same error with javascript debug terminal. If your terminal commands work on a js debug terminal. You can try to change your terminal. Gitbash solved my problem.

umudik
  • 11
  • 2
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 08 '23 at 06:15
0

I solved this problem But the point is that I use Angular version 14

I run the command ng e2e to solve this problem Then I selected cypress among the suggested options in the command line