You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fork and use the package to support localization languages.
When deploying to Heroku using docker with the following command git push heroku main
I get an error during npm install.
If I install directly without forking this package, the problem does not occur.
Expected behavior
Installation is completed.
Actual behavior
Insufficient memory as shown below.
remote: Step 6/8 : RUN npm install github:maneko00/discount-app-components
remote: ---> Running in 4b4d7094a667
remote: operties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
remote: npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
remote: The command '/bin/sh -c npm install' returned a non-zero code: 137
remote:
remote: Verifying deploy...
remote:
remote: ! Push rejected to deploy-test-01.
remote:
To https://git.heroku.com/deploy-test-01.git
! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/deploy-test-01.git'
Steps to reproduce the problem
Fork this project.
Allow npm install of the forked project.
package.json
Issue summary
I fork and use the package to support localization languages.
When deploying to Heroku using docker with the following command
git push heroku main
I get an error during
npm install
.If I install directly without forking this package, the problem does not occur.
Expected behavior
Installation is completed.
Actual behavior
Insufficient memory as shown below.
Steps to reproduce the problem
npm install
of the forked project.package.json
https://shopify.dev/docs/apps/deployment/web
Specifications
The text was updated successfully, but these errors were encountered: