gpt4 book ai didi

javascript - “gulp-babel”在 Node js 版本 4 中不起作用

转载 作者:行者123 更新时间:2023-12-02 22:50:07 26 4
gpt4 key购买 nike

当我的 gulp 文件中需要 gulp-babel 时,我收到错误,以便在我的 js 文件中使用 es6 语法。

/home/logakrishnan/Documents/project/node_modules/@babel/core/lib/transformation/file/file.js:77
constructor(options, {
^

SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/home/logakrishnan/Documents/project/node_modules/@babel/core/lib/index.js:153:36)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)

Node 版本:v4.4.7

最佳答案

您必须升级 Node.js 版本。 (Node 4 是从 2016 年开始的,在 JavaScript 术语中是相对永恒的。)

At the time of writing, Babel requires Node 6.9 or newer.

关于javascript - “gulp-babel”在 Node js 版本 4 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58214252/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com