We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git clone https://github.com/transistorsoft/background-geolocation-console.git docker build -t background-geolocation-console . docker run -p 9000:9000 -v /<rootpath>/src/server/database/db:/usr/src/server/database/db -d background-geolocation-console
=> ERROR [6/6] RUN NODE_ENV=production ./node_modules/.bin/webpack && NPM_CONFIG_PRODUCTION=true npm prune - 0.4s #10 0.494 /bin/sh: ./node_modules/.bin/webpack: not found
I had no problems with installing it directly via npm.
The text was updated successfully, but these errors were encountered:
I'm not surprised. I've never actually used it.
Someone else submitted that.
Sorry, something went wrong.
you need install webpack: npm i webpack --save-dev
No branches or pull requests
=> ERROR [6/6] RUN NODE_ENV=production ./node_modules/.bin/webpack && NPM_CONFIG_PRODUCTION=true npm prune - 0.4s #10 0.494 /bin/sh: ./node_modules/.bin/webpack: not found
I had no problems with installing it directly via npm.
The text was updated successfully, but these errors were encountered: