Skip to content

Instantly share code, notes, and snippets.

@jerroydmoore
Created March 27, 2020 20:05
Show Gist options
  • Save jerroydmoore/2f9358fdb7099c593eee593aa8326fab to your computer and use it in GitHub Desktop.
Save jerroydmoore/2f9358fdb7099c593eee593aa8326fab to your computer and use it in GitHub Desktop.
The zip file structure from terraform's archive_file on a node_module directory. Note that the parent directory has been stripped away, which is required for node to find the node_modules
$ unzip -l .cache/backend_node_modules.zip
Archive: .cache/backend_node_modules.zip
Length Date Time Name
--------- ---------- ----- ----
4972 01-01-2049 00:00 accepts/HISTORY.md
1167 01-01-2049 00:00 accepts/LICENSE
4081 01-01-2049 00:00 accepts/README.md
5252 01-01-2049 00:00 accepts/index.js
2270 01-01-2049 00:00 accepts/package.json
3574 01-01-2049 00:00 ansi-styles/index.js
1109 01-01-2049 00:00 ansi-styles/license
2108 01-01-2049 00:00 ansi-styles/package.json
3711 01-01-2049 00:00 ansi-styles/readme.md
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment