当前位置:网站首页>Error using ts-node
Error using ts-node
2022-08-01 03:35:00 【Front-end Caicai DayDayUp】
Problem description:ts-node : Could not load file C:\Users\Administrator\AppData\Roaming\npm\ts-node.ps1 because scripting is prohibited on this system.For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.

Problem Solving:
Open PowerShell as Administrator (same as opening vs code as Administrator and then creating a new terminal) input:
set-ExecutionPolicy RemoteSigned


That's it!!!

边栏推荐
- 简单易用的任务队列-beanstalkd
- button去除黑框
- IDEA debugging
- Data Middle Office Construction (VII): Data Asset Management
- The maximum quantity leetcode6133. Grouping (medium)
- 2022 CSP-J1 CSP-S1 Round 1 Preliminary Competition Registration Guide
- MySQL修改SQL语句优化性能
- second uncle
- IDEA 找不到或无法加载主类 或 Module “*“ must not contain source root “*“ The root already belongs to module “*“
- The device node structure is converted into a platform_device structure
猜你喜欢
随机推荐
The IDEA can't find or unable to load The main class or Module "*" must not contain The source root "*" The root already belongs to The Module "*"
ARM 交叉编译
软考高级系统架构设计师系列之:系统开发基础知识
这个地图绘制工具太赞了,推荐~~
IDEA modifies the annotation font
【Make YOLO Great Again】YOLOv1-v7全系列大解析(Neck篇)
被 CSDN,伤透了心
MYSQL master-slave replication
Basic implementation of vector
Unknown Bounded Array
软件测试基础理论知识—用例篇
Browser download shortcut to desktop (PWA)
Input输入框光标在前输入后自动跳到最后面的bug
The 16th day of the special assault version of the sword offer
[Message Notification] How about using the official account template message?
date command
Simple vim configuration
MYSQL Classic Interview Questions
Summary of JVM interview questions (continuously updated)
软件测试周刊(第82期):其实所有纠结做选择的人心里早就有了答案,咨询只是想得到内心所倾向的选择。








