在使用nodejs的express时提示

因为在此系统上禁止运行脚本。有关详细信
息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。

根据微软官方的文档可以直接win+x/管理员运行power shell输入

set-ExecutionPolicy RemoteSigned

然后选择A或者是Y即可解决