Skip to content
New issue

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

Fails to Build #128

Open
tyler-austin opened this issue Jul 30, 2018 · 0 comments
Open

Fails to Build #128

tyler-austin opened this issue Jul 30, 2018 · 0 comments

Comments

@tyler-austin
Copy link

`
C:\Users\me\Documents\GitLab\Wicket>npm run build

wicket@1.3.2 build C:\Users\me\Documents\GitLab\Wicket
uglifyjs wicket.js -o wicket.min.js;uglifyjs wicket-gmap3.js -o wicket-gmap3.min.js;uglifyjs wicket-arcgis.js -o wicket-arcgis.min.js;uglifyjs wicket-leaflet.js -o wicket-leaflet.min.js;

fs.js:646
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^

TypeError: path must be a string or Buffer
at Object.fs.openSync (fs.js:646:18)
at Object.fs.writeFileSync (fs.js:1291:33)
at C:\Users\me\Documents\GitLab\Wicket\node_modules\uglify-js\bin\uglifyjs:464:12
at C:\Users\me\Documents\GitLab\Wicket\node_modules\async\lib\async.js:188:33
at C:\Users\me\Documents\GitLab\Wicket\node_modules\uglify-js\bin\uglifyjs:362:9
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! wicket@1.3.2 build: uglifyjs wicket.js -o wicket.min.js;uglifyjs wicket-gmap3.js -o wicket-gmap3.min.js;uglifyjs wicket-arcgis.js -o wicket-arcgis.min.js;uglifyjs wicket-leaflet.js -o wicket-leaflet.min.js;
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the wicket@1.3.2 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\me\AppData\Roaming\npm-cache_logs\2018-07-30T20_49_06_513Z-debug.log
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant