node
jfztaq
这个作者很懒,什么都没留下…
展开
-
webpack入门第一天
1.安装node2.npm install webpack@5.37.1 webpack-cli -g3.文件夹下新建src目录format.js内容如下:const priceFormat = function() { return "99.88";}//CommonJS的导出module.exports = { priceFormat}index.js内容如下:const {priceFormat} = require("./js/format.原创 2021-10-15 14:19:35 · 192 阅读 · 0 评论 -
Nodejs 提示ERR_UNSUPPORTED_ESM_URL_SCHEME 错误解决
找了半天问题,发现是版本问题,升级到14的最新版本就可以了https://githubmemory.com/repo/sindresorhus/terminal-image/issues/38原创 2021-10-12 14:33:22 · 6503 阅读 · 0 评论