IDEA does not have permission to start VUE, how to solve it

idea does not have permission to create a vue project

1. Solution steps:
Search in the search box of the computer: powershell Right-click the mouse to run as an administrator
insert image description here
2. After starting, enter the command: set-ExecutionPolicy RemoteSigned

3. Then select: y

4. At this time, restart IDEA and run it again, it will be fine

Guess you like

Origin blog.csdn.net/love7489/article/details/129255693