We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cce99 commit 663bbd7Copy full SHA for 663bbd7
packages/@vue/cli/lib/util/linkBin.js
@@ -3,7 +3,7 @@
3
4
const fs = require('fs-extra')
5
const path = require('path')
6
-const cmdShim = require('util').promisify(require('cmd-shim'))
+const cmdShim = require('cmd-shim')
7
8
exports.linkBin = async (src, dest) => {
9
if (!process.env.VUE_CLI_TEST && !process.env.VUE_CLI_DEBUG) {
0 commit comments