-
Notifications
You must be signed in to change notification settings - Fork 147
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
Node starter failing to build on Windows 10 #74
Comments
@steveclay I think this is a duplicate. Can you confirm that you have an issue open? |
I'm also seeing this on Windows 7. @jkingoliver any update? Or potential workaround? |
It's may be related to this: moby/moby#12590 (comment) |
I am hitting this issue as well, any chance this will be fixed soon? I am happy to offer extra hands in looking at the code/testing or make coffee .... |
After some digging into this it looks like the sample repo is the culprit:
|
Here's the workaround that works on windows, but yet to completely work on unix: This utilizes volume mounting to a space in docker for the dependencies (which is unix based). |
@joyychang the above workaround di not work on my Win 10 laptop
|
Try remove that line from Dockerfile |
@joyychang line removed.
|
@joyychang - wrt #74 (comment)
Any update on this? |
Hey it looks like you need to change the image name in the docker-compose-tools.yml from |
thanks @joyychang - will test this tomorrow and will let you know |
@joyychang - it worked - adding detailed steps for the workaround |
1 - In your local cli-config.yml, replace these lines:
with https://github.com/joyychang/node-windows-workaround/blob/master/cli-config.yml#L21-L24 2 - copy docker-compose-tools.yml and docker-compose.yml 3 - edit
save your changes.
|
so we now have a workaround. And will possibly will have a hard time before discovering the above workaround. @steveclay - this issue is nearly 1 year old - no assignee and a hard to find workaround |
From past discussions and what I see above, the fix needs to be made to the starter kit. The starters determine the contents of the |
I handed the problem back to the Starter Kit Team - I will follow-up with them to ensure the problem is fixed and we no longer require this workaround. |
Successfully built b1813108cc98 @ejodet i am facing the above error. Could you please suggest something? |
@1496kapil - it looks similar to what I had check the cli-config.yml Save your changes |
thanks @ejodet , Got stuck with one more stuff. Suggest something �[1BStarting the 'myappbuild-express-tools' container... |
@1496kapil not sure what can be wrong here |
@ejodet yes.. No other option right... every time build is starting from initial stage. |
@joyychang would you be able to help @1496kapil regarding #74 (comment) |
Try restarting docker? |
Summary
Node Basic Web App starter fails with the following error on Windows as there's no folder called node_modules_linux (defined in cli_config.yml)
Steps to reproduce
(include tooling version, platform, etc)
Operating System
Windows 10
Supporting details
Development "done" checklist
The text was updated successfully, but these errors were encountered: