ntrogh / GulpExtension

Brings Gulp support to Azure Web Apps via a Site Extension http://www.siteextensions.net
MIT License
3 stars 0 forks source link

Installation Error. ExitCode: -4071. #1

Open iamyashrs opened 8 years ago

iamyashrs commented 8 years ago

When trying to add the GulpExtension from the SCM. Any fix?

Failed to install Gulp - ExitCode: -4071, Output: D:\home\SiteExtensions\GulpExtension>IF NOT EXIST Commands MKDIR Commands D:\home\SiteExtensions\GulpExtension>cd Commands D:\home\SiteExtensions\GulpExtension\Commands>npm install gulp, Error: npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated lodash.isarray@4.0.0: This package is deprecated. Use Array.isArray. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm ERR! Windows_NT 6.2.9200 npm ERR! argv "D:\\Program Files (x86)\\nodejs\\4.4.7\\node.exe" "D:\\Program Files (x86)\\npm\\2.15.8\\node_modules\\npm\\bin\\npm-cli.js" "install" "gulp" npm ERR! node v4.4.7 npm ERR! npm v2.15.8 npm ERR! path D:\home\SiteExtensions\GulpExtension\Commands\node_modules\gulp\node_modules\liftoff\node_modules\fined\node_modules\parse-filepath\node_modules\is-absolute\node_modules\is-relative\node_modules\is-unc-path\node_modules\unc-path-regex\package.json.4111401152 npm ERR! code EINVAL npm ERR! errno -4071 npm ERR! syscall rename npm ERR! EINVAL: invalid argument, rename 'D:\home\SiteExtensions\GulpExtension\Commands\node_modules\gulp\node_modules\liftoff\node_modules\fined\node_modules\parse-filepath\node_modules\is-absolute\node_modules\is-relative\node_modules\is-unc-path\node_modules\unc-path-regex\package.json.4111401152' -> 'D:\home\SiteExtensions\GulpExtension\Commands\node_modules\gulp\node_modules\liftoff\node_modules\fined\node_modules\parse-filepath\node_modules\is-absolute\node_modules\is-relative\node_modules\is-unc-path\node_modules\unc-path-regex\package.json' npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! npm ERR! Please include the following file with any support request: npm ERR! D:\home\SiteExtensions\GulpExtension\Commands\npm-debug.log, Kudu.Core.Infrastructure.CommandLineException: npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated lodash.isarray@4.0.0: This package is deprecated. Use Array.isArray. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm ERR! Windows_NT 6.2.9200 npm ERR! argv "D:\\Program Files (x86)\\nodejs\\4.4.7\\node.exe" "D:\\Program Files (x86)\\npm\\2.15.8\\node_modules\\npm\\bin\\npm-cli.js" "install" "gulp" npm ERR! node v4.4.7 npm ERR! npm v2.15.8 npm ERR! path D:\home\SiteExtensions\GulpExtension\Commands\node_modules\gulp\node_modules\liftoff\node_modules\fined\node_modules\parse-filepath\node_modules\is-absolute\node_modules\is-relative\node_modules\is-unc-path\node_modules\unc-path-regex\package.json.4111401152 npm ERR! code EINVAL npm ERR! errno -4071 npm ERR! syscall rename npm ERR! EINVAL: invalid argument, rename 'D:\home\SiteExtensions\GulpExtension\Commands\node_modules\gulp\node_modules\liftoff\node_modules\fined\node_modules\parse-filepath\node_modules\is-absolute\node_modules\is-relative\node_modules\is-unc-path\node_modules\unc-path-regex\package.json.4111401152' -> 'D:\home\SiteExtensions\GulpExtension\Commands\node_modules\gulp\node_modules\liftoff\node_modules\fined\node_modules\parse-filepath\node_modules\is-absolute\node_modules\is-relative\node_modules\is-unc-path\node_modules\unc-path-regex\package.json' npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! npm ERR! Please include the following file with any support request: npm ERR! D:\home\SiteExtensions\GulpExtension\Commands\npm-debug.log D:\home\SiteExtensions\GulpExtension\install.cmd at Kudu.Core.Infrastructure.Executable.ExecuteInternal(ITracer tracer, Func2 onWriteOutput, Func2 onWriteError, Encoding encoding, String arguments, Object[] args) at Kudu.Core.Infrastructure.Executable.ExecuteWithProgressWriter(ILogger logger, ITracer tracer, String arguments, Object[] args) at Kudu.Core.SiteExtensions.SiteExtensionManager.<>c__DisplayClass25_1.b__1() at Kudu.Core.Infrastructure.OperationManager.<>c__DisplayClass2_0.b__0() at Kudu.Core.Infrastructure.OperationManager.Attempt[T](Func1 action, Int32 retries, Int32 delayBeforeRetry, Func2 shouldRetry) at Kudu.Core.Infrastructure.OperationManager.Attempt(Action action, Int32 retries, Int32 delayBeforeRetry) at Kudu.Core.SiteExtensions.SiteExtensionManager.d__25.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Kudu.Core.SiteExtensions.SiteExtensionManager.d__24.MoveNext()

ntrogh commented 8 years ago

Looking into it.