Zach Murphy

Results 11 comments of Zach Murphy

Here is the error I get after adding the mode property: zachm@zachs-imac apip-editor % gulp build /Users/zachm/Desktop/workspaces/web/apip-editor/node_modules/nw-builder/dist/index.cjs:1 var va=Object.create;var He=Object.defineProperty;var da=Object.getOwnPropertyDescriptor;var ga=Object.getOwnPropertyNames;var ma=Object.getPrototypeOf,Ea=Object.prototype.hasOwnProperty;var v=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ya=(e,t)=>{for(var r in t)He(e,r,{get:t[r],enumerable:!0})},$r=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i...

I get the same error with your repro. PS C:\Users\zachm\Downloads\nw-repro-nw-builder-607\nw-repro-nw-builder-607> gulp build-dev [17:54:17] Using gulpfile ~\Downloads\nw-repro-nw-builder-607\nw-repro-nw-builder-607\gulpfile.js [17:54:17] Starting 'build-dev'... [17:54:17] Finished 'build-dev' after 3.8 ms downloading [====================] 100% 0.0s node:events:505...

@ayushmxn your simplified repro works until I add osx64 as a platform. Running on Windows 11. Once I add osx, I get the chmod error again.

Same error, slightly different: [ INFO ] Downloading: https://dl.nwjs.io/v0.67.0/nwjs-sdk-v0.67.0-osx-x64.zip downloading [====================] 100% 0.0s node:events:505 throw er; // Unhandled 'error' event ^ Error: ENOENT: no such file or directory, chmod 'D:\workspaces\web\nw-repro\cache\0.67.0-sdk\osx64\nwjs-sdk-v0.67.0-osx-x64\nwjs.app\Contents\Frameworks\nwjs...

Tried is on your repro, same error. `[ INFO ] Create cache folder in D:\workspaces\web\nw-repro\cache\0.66.1-sdk [ INFO ] Downloading: https://dl.nwjs.io/v0.66.1/nwjs-sdk-v0.66.1-osx-x64.zip downloading [====================] 100% 0.0s node:events:505 throw er; // Unhandled 'error'...

Same error. The file chmod fails on is not being extracted. The "nwjs Framework.framework" folder is empty.

Error: `[ INFO ] Create cache folder in D:\workspaces\web\nw-repro\cache\0.66.1-sdk [ INFO ] Downloading: https://dl.nwjs.io/v0.66.1/nwjs-sdk-v0.66.1-osx-x64.zip downloading [====================] 100% 0.0s node:events:505 throw er; // Unhandled 'error' event ^ Error: EEXIST: file already...

> Hi, > > I am getting the same issue but using [echo-swagger](https://github.com/swaggo/echo-swagger) > > ```go > echo.GET("/swagger/*", echoSwagger.WrapHandler) > echo.GET("/test/", h.Status, enforcer.Enforce) > echo.Start(":8080") > ``` > > After...