softprops / serverless-rust

⚡ 🦀 a serverless framework plugin for rustlang applications
https://www.npmjs.com/package/serverless-rust
MIT License
542 stars 82 forks source link

fs.copyFileSync is not a function (in travis) #2

Closed softprops closed 6 years ago

softprops commented 6 years ago

this module should work well in ci environments, in particular travis. for one reason or another it seems travis uses a version of node where this is not defined. however it seems like the plugin this was based on serverless-haskell, had a workaround to the same issue. Let's just use the polyfill method

softprops commented 6 years ago

fixed