We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update existing workflow.
(Write what you thought would happen.)
After run npx install-wpgulp I got this: GotError [HTTPError]: Response code 404 (Not Found) at EventEmitter. (C:\Users...\AppData\Roaming\npm-cache_npx\1976\node_modules\install-wpgulp\node_modules\got\index.js:482:24) at EventEmitter.emit (events.js:311:20) at getResponse (C:\Users...\AppData\Roaming\npm-cache_npx\1976\node_modules\install-wpgulp\node_modules\got\index.js:320:5) at Immediate. (C:\Users...\AppData\Roaming\npm-cache_npx\1976\node_modules\install-wpgulp\node_modules\got\index.js:147:6) at processImmediate (internal/timers.js:456:21) { name: 'HTTPError', host: 'raw.githubusercontent.com', hostname: 'raw.githubusercontent.com', method: 'GET', path: '/ahmadawais/WPGulp/master/src/package.json', protocol: 'https:', url: 'https://raw.githubusercontent.com/ahmadawais/WPGulp/master/src/package.json', statusCode: 404, statusMessage: 'Not Found', headers: { connection: 'close', 'content-length': '14', 'content-type': 'text/plain; charset=utf-8', 'content-security-policy': "default-src 'none'; style-src 'unsafe-inline'; sandbox", 'strict-transport-security': 'max-age=31536000', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-xss-protection': '1; mode=block', via: '1.1 varnish (Varnish/6.0), 1.1 varnish', 'x-github-request-id': '6EE0:FA8B:32284F3:3508610:5F982C85', 'accept-ranges': 'bytes', date: 'Tue, 27 Oct 2020 14:19:49 GMT', 'x-served-by': 'cache-hhn4063-HHN', 'x-cache': 'HIT, MISS', 'x-cache-hits': '1, 0', 'x-timer': 'S1603808390.773020,VS0,VE93', vary: 'Authorization,Accept-Encoding', 'access-control-allow-origin': '*', 'x-fastly-request-id': '2cb669584d8737c11510c5e854354998594ff69c', expires: 'Tue, 27 Oct 2020 14:24:49 GMT', 'source-age': '0' } }
(Write what happened. Please add screenshots!)
The text was updated successfully, but these errors were encountered:
Something is wrong with the latest release. There is supposed to be Gulp Zip task, but it's never defined in the gulpfile.babel,js
Sorry, something went wrong.
Okay I found out.
The npx install-wpgulp no more works. It should be only this: npx wpgulp
No branches or pull requests
Bug Report
Expected Behavior
Update existing workflow.
(Write what you thought would happen.)
Actual Behavior
After run npx install-wpgulp I got this:
GotError [HTTPError]: Response code 404 (Not Found)
at EventEmitter. (C:\Users...\AppData\Roaming\npm-cache_npx\1976\node_modules\install-wpgulp\node_modules\got\index.js:482:24)
at EventEmitter.emit (events.js:311:20)
at getResponse (C:\Users...\AppData\Roaming\npm-cache_npx\1976\node_modules\install-wpgulp\node_modules\got\index.js:320:5)
at Immediate. (C:\Users...\AppData\Roaming\npm-cache_npx\1976\node_modules\install-wpgulp\node_modules\got\index.js:147:6)
at processImmediate (internal/timers.js:456:21) {
name: 'HTTPError',
host: 'raw.githubusercontent.com',
hostname: 'raw.githubusercontent.com',
method: 'GET',
path: '/ahmadawais/WPGulp/master/src/package.json',
protocol: 'https:',
url: 'https://raw.githubusercontent.com/ahmadawais/WPGulp/master/src/package.json',
statusCode: 404,
statusMessage: 'Not Found',
headers: {
connection: 'close',
'content-length': '14',
'content-type': 'text/plain; charset=utf-8',
'content-security-policy': "default-src 'none'; style-src 'unsafe-inline'; sandbox",
'strict-transport-security': 'max-age=31536000',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-xss-protection': '1; mode=block',
via: '1.1 varnish (Varnish/6.0), 1.1 varnish',
'x-github-request-id': '6EE0:FA8B:32284F3:3508610:5F982C85',
'accept-ranges': 'bytes',
date: 'Tue, 27 Oct 2020 14:19:49 GMT',
'x-served-by': 'cache-hhn4063-HHN',
'x-cache': 'HIT, MISS',
'x-cache-hits': '1, 0',
'x-timer': 'S1603808390.773020,VS0,VE93',
vary: 'Authorization,Accept-Encoding',
'access-control-allow-origin': '*',
'x-fastly-request-id': '2cb669584d8737c11510c5e854354998594ff69c',
expires: 'Tue, 27 Oct 2020 14:24:49 GMT',
'source-age': '0'
}
}
(Write what happened. Please add screenshots!)
Steps to Reproduce
The text was updated successfully, but these errors were encountered: