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
So, I`m trying to get this to work. Installed Docker on my Win10 computer. And then started to follow the steps.
When i run the npm run build in the folder i just get this output:
`> DOCKER_REPO=hfreire NAME=$npm_package_name ./share/docker/hooks/build
'DOCKER_REPO' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! get-me-a-date@0.0.0 build: `DOCKER_REPO=hfreire NAME=$npm_package_name ./share/docker/hooks/build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the get-me-a-date@0.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?`
So, what am I doing wrong to get this to run?
The text was updated successfully, but these errors were encountered:
So, I`m trying to get this to work. Installed Docker on my Win10 computer. And then started to follow the steps.
When i run the
npm run build
in the folder i just get this output:So, what am I doing wrong to get this to run?
The text was updated successfully, but these errors were encountered: