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

[BUG] create a new project is not working #67

Closed
nvilus opened this issue Mar 23, 2021 · 1 comment
Closed

[BUG] create a new project is not working #67

nvilus opened this issue Mar 23, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@nvilus
Copy link

nvilus commented Mar 23, 2021

When I try to create a new project with packer init <dirname> terminal just show "Extracting the files from archive..." without stopping

To Reproduce
Steps to reproduce the behavior:

  1. packer init dirname
  2. showing "Extracting the files from archive..."

System:

  • OS: macOS Catalina
  • Node Version 15.12.0
  • NPM Version 7.6.3
  • Browser chrome

Packer:

  • Version v2.0.1
@nvilus nvilus added the bug Something isn't working label Mar 23, 2021
@nvilus nvilus changed the title [BUG] [BUG] create a new project is not working Mar 23, 2021
@hayes0724
Copy link
Owner

hayes0724 commented Mar 23, 2021

Confirmed the bug, I'm stuck here too

PS H:\shopify\tools> packer init test
⠙ Extracting the files from archive...

After canceling, I checked and the files are extracted but have not been moved to root dir, renamed, or the zip file removed.

I think it's an issue with extract zip. v2+ of packer uses extract-zip v2.0.1 vs v1.7.0

hayes0724 pushed a commit that referenced this issue Mar 24, 2021
hayes0724 pushed a commit that referenced this issue Mar 24, 2021
github-actions bot pushed a commit that referenced this issue Apr 26, 2021
# 1.0.0 (2021-04-26)

### Bug Fixes

* --nodelete flag not checked before deploying ([c32b8ef](c32b8ef)), closes [#60](#60)
* added missing dependency eslint ([b424792](b424792))
* asset generator filename ([b27eeed](b27eeed))
* catch unhandled exception on deploy in progress ([2414e65](2414e65))
* changed devtool to eval-source-map for hmr ([c8ebe24](c8ebe24))
* dev server not detecting liquid file changes ([9b1f640](9b1f640))
* fixed issue with empty config files and webpack merge ([eba227c](eba227c))
* init command extract releases that use v in tag name ([afff163](afff163))
* init theme extraction issue ([00a6388](00a6388))
* liquid styles for development ([2ad2710](2ad2710))
* packer init hanging during extraction ([4954e73](4954e73)), closes [#67](#67)
* remove html encoding from html webpack filenames ([34650c0](34650c0))
* replace all special charcters in script names ([ce3da66](ce3da66))
* show error instead of exiting on deploy exception ([6d0107f](6d0107f))
* ssl check if folder exists before creating keys ([79b4223](79b4223))
* typo in config name for eslint and stylelint ([69310ac](69310ac))
* updated development asset handling ([b0213b7](b0213b7))
* webpack 5 hot middleware ([056677d](056677d))
* **html-webpack:** fixed style tag generator typo ([a23064a](a23064a))
* **packer-config:** config keys set as strings ([42fc6e2](42fc6e2))
* **packer-config:** env value live for allowing live theme deploy ([0fadb19](0fadb19))
* **packer-help:** Fixed help table rendering ([0656149](0656149))
* **packer-theme:** theme:download command typo in ignored files ([4ff8eb6](4ff8eb6)), closes [#18](#18)
* **webpack-config:** Clean webpack removes entire dist folder before build ([a7dce12](a7dce12))

### Code Refactoring

* all configurations files combined ([7648d05](7648d05))

### Features

* added default cache group ([0810d9d](0810d9d))
* Added reload delay setting ([f09af05](f09af05))
* added shared bundles configuration ([7c0a23b](7c0a23b))
* Check for certificate extensions instead of fixed filename ([71789a1](71789a1))
* clean dist folder when dev server is first launched ([de0ba11](de0ba11))
* Create self-signed ssl cert from Packer CLI ([f006d6d](f006d6d))
* Create self-signed ssl cert from Packer CLI ([98701e6](98701e6))
* dev settings asset loader for fonts and images ([467d081](467d081))
* postcss updated to v8 ([7aa3f8f](7aa3f8f))
* replace node sass with dart sass ([fff7650](fff7650))
* start/watch not detecting file changes ([bc95fc6](bc95fc6))
* webpack upgraded to v5 ([4da2837](4da2837))
* **packer-theme:** Added id flag for `theme:remove` as an alternative to env values ([12b1fde](12b1fde))
* **webpack-config:** added ts file type to babel loader ([e7e1b3a](e7e1b3a))

### Performance Improvements

* optimized assets handling, copying and cleaning ([8dc64cd](8dc64cd))

### BREAKING CHANGES

* config is now located in `packer.config.js` and `packer.env.json`
github-actions bot pushed a commit that referenced this issue Apr 26, 2021
# 1.0.0 (2021-04-26)

### Bug Fixes

* --nodelete flag not checked before deploying ([c32b8ef](c32b8ef)), closes [#60](#60)
* added missing dependency eslint ([b424792](b424792))
* asset generator filename ([b27eeed](b27eeed))
* catch unhandled exception on deploy in progress ([2414e65](2414e65))
* changed devtool to eval-source-map for hmr ([c8ebe24](c8ebe24))
* dev server not detecting liquid file changes ([9b1f640](9b1f640))
* fixed issue with empty config files and webpack merge ([eba227c](eba227c))
* init command extract releases that use v in tag name ([afff163](afff163))
* init theme extraction issue ([00a6388](00a6388))
* liquid styles for development ([2ad2710](2ad2710))
* packer init hanging during extraction ([4954e73](4954e73)), closes [#67](#67)
* remove html encoding from html webpack filenames ([34650c0](34650c0))
* replace all special charcters in script names ([ce3da66](ce3da66))
* show error instead of exiting on deploy exception ([6d0107f](6d0107f))
* ssl check if folder exists before creating keys ([79b4223](79b4223))
* typo in config name for eslint and stylelint ([69310ac](69310ac))
* updated development asset handling ([b0213b7](b0213b7))
* webpack 5 hot middleware ([056677d](056677d))
* **html-webpack:** fixed style tag generator typo ([a23064a](a23064a))
* **packer-config:** config keys set as strings ([42fc6e2](42fc6e2))
* **packer-config:** env value live for allowing live theme deploy ([0fadb19](0fadb19))
* **packer-help:** Fixed help table rendering ([0656149](0656149))
* **packer-theme:** theme:download command typo in ignored files ([4ff8eb6](4ff8eb6)), closes [#18](#18)
* **webpack-config:** Clean webpack removes entire dist folder before build ([a7dce12](a7dce12))

### Code Refactoring

* all configurations files combined ([7648d05](7648d05))

### Features

* added default cache group ([0810d9d](0810d9d))
* Added reload delay setting ([f09af05](f09af05))
* added shared bundles configuration ([7c0a23b](7c0a23b))
* Check for certificate extensions instead of fixed filename ([71789a1](71789a1))
* clean dist folder when dev server is first launched ([de0ba11](de0ba11))
* Create self-signed ssl cert from Packer CLI ([f006d6d](f006d6d))
* Create self-signed ssl cert from Packer CLI ([98701e6](98701e6))
* dev settings asset loader for fonts and images ([467d081](467d081))
* postcss updated to v8 ([7aa3f8f](7aa3f8f))
* replace node sass with dart sass ([fff7650](fff7650))
* start/watch not detecting file changes ([bc95fc6](bc95fc6))
* webpack upgraded to v5 ([4da2837](4da2837))
* **packer-theme:** Added id flag for `theme:remove` as an alternative to env values ([12b1fde](12b1fde))
* **webpack-config:** added ts file type to babel loader ([e7e1b3a](e7e1b3a))

### Performance Improvements

* optimized assets handling, copying and cleaning ([8dc64cd](8dc64cd))

### BREAKING CHANGES

* config is now located in `packer.config.js` and `packer.env.json`
github-actions bot pushed a commit that referenced this issue Apr 26, 2021
# 1.0.0 (2021-04-26)

### Bug Fixes

* --nodelete flag not checked before deploying ([c32b8ef](c32b8ef)), closes [#60](#60)
* added missing dependency eslint ([b424792](b424792))
* asset generator filename ([b27eeed](b27eeed))
* catch unhandled exception on deploy in progress ([2414e65](2414e65))
* changed devtool to eval-source-map for hmr ([c8ebe24](c8ebe24))
* dev server not detecting liquid file changes ([9b1f640](9b1f640))
* fixed issue with empty config files and webpack merge ([eba227c](eba227c))
* init command extract releases that use v in tag name ([afff163](afff163))
* init theme extraction issue ([00a6388](00a6388))
* liquid styles for development ([2ad2710](2ad2710))
* packer init hanging during extraction ([4954e73](4954e73)), closes [#67](#67)
* remove html encoding from html webpack filenames ([34650c0](34650c0))
* replace all special charcters in script names ([ce3da66](ce3da66))
* show error instead of exiting on deploy exception ([6d0107f](6d0107f))
* ssl check if folder exists before creating keys ([79b4223](79b4223))
* typo in config name for eslint and stylelint ([69310ac](69310ac))
* updated development asset handling ([b0213b7](b0213b7))
* webpack 5 hot middleware ([056677d](056677d))
* **html-webpack:** fixed style tag generator typo ([a23064a](a23064a))
* **packer-config:** config keys set as strings ([42fc6e2](42fc6e2))
* **packer-config:** env value live for allowing live theme deploy ([0fadb19](0fadb19))
* **packer-help:** Fixed help table rendering ([0656149](0656149))
* **packer-theme:** theme:download command typo in ignored files ([4ff8eb6](4ff8eb6)), closes [#18](#18)
* **webpack-config:** Clean webpack removes entire dist folder before build ([a7dce12](a7dce12))

### Code Refactoring

* all configurations files combined ([7648d05](7648d05))

### Features

* added default cache group ([0810d9d](0810d9d))
* Added reload delay setting ([f09af05](f09af05))
* added shared bundles configuration ([7c0a23b](7c0a23b))
* Check for certificate extensions instead of fixed filename ([71789a1](71789a1))
* clean dist folder when dev server is first launched ([de0ba11](de0ba11))
* Create self-signed ssl cert from Packer CLI ([f006d6d](f006d6d))
* Create self-signed ssl cert from Packer CLI ([98701e6](98701e6))
* dev settings asset loader for fonts and images ([467d081](467d081))
* postcss updated to v8 ([7aa3f8f](7aa3f8f))
* replace node sass with dart sass ([fff7650](fff7650))
* start/watch not detecting file changes ([bc95fc6](bc95fc6))
* webpack upgraded to v5 ([4da2837](4da2837))
* **packer-theme:** Added id flag for `theme:remove` as an alternative to env values ([12b1fde](12b1fde))
* **webpack-config:** added ts file type to babel loader ([e7e1b3a](e7e1b3a))

### Performance Improvements

* optimized assets handling, copying and cleaning ([8dc64cd](8dc64cd))

### BREAKING CHANGES

* config is now located in `packer.config.js` and `packer.env.json`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants