gruntのインストールを行いましたが、うまく動作しません。
以下のようなエラーが表示されます。
内包するスクリプトの構文エラーだそうです。
どこか環境的な問題なのだろうとは思うのですがわかりません。
[root@rhel76 ~]# grunt
/usr/lib/node_modules/grunt-cli/node_modules/micromatch/index.js:44
let isMatch = picomatch(String(patterns[i]), { ...options, onResult }, true);
^^^
SyntaxError: Unexpected token ...
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:549:28)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/lib/node_modules/grunt-cli/node_modules/findup-sync/index.js:12:10)
インストール環境は RHEL7.6 です。
関連する操作としては以下を実施しました。
yum install npm
npm init --yes
npm install -g grunt-cli
解決のヒントをお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/23 04:45 編集
2021/04/23 04:44