我是靠谱客的博主 心灵美时光,最近开发中收集的这篇文章主要介绍import { performance } from ‘node:perf_hookSyntaxError: Cannot use import statement outside a module,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

问题描述:在TS创建项目时
2,执行 npm init -y ;
在这里插入图片描述
“test”: “echo “Error: no test specified” && exit 1” 修改为 “dev”: “vite”
新建index.ts,然后在index.html导入index.ts
在这里插入图片描述

运行项目npm run dev
在这里插入图片描述
解决方法
nodejs不支持import语法,如果要支持,需要babel来支持

npm install --save babel-core

再启动项目,跑起来了
在这里插入图片描述

最后

以上就是心灵美时光为你收集整理的import { performance } from ‘node:perf_hookSyntaxError: Cannot use import statement outside a module的全部内容,希望文章能够帮你解决import { performance } from ‘node:perf_hookSyntaxError: Cannot use import statement outside a module所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(43)

评论列表共有 0 条评论

立即
投稿
返回
顶部