-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
1.10.1 update initially causes TypeError in Docker #894
Comments
Also seeing this same issue. Switching back to 1.10 resolves the issue. |
I'm also seeing this. My npm-debug.log:
|
Also seeing this same issue.. |
@tbonz you seeing the same issue inside of docker? |
I'm running into this issue as well when trying to start my app in a Docker container. It is consistently failing with:
I just reverted back to 1.10.0 and that works fine. |
So this |
@remy yes, I'm seeing this inside docker. |
I confirm we are seeing the same thing within Docker |
If it helps, we are using the Docker native for mac. I haven't tested it in Linux or in a VM. |
Fixed now in nodemon@1.10.2 - sorry for the issues. |
I am seeing this in 1.13.3. Rolled back to 1.12.5... fixed the issue. |
Hey,
The update works fine outside of a container, but running in Docker causes the following:
Though sometimes it'll then continue just fine:
The output of
nodemon --dump
(run from inside the container):Relevant npm scripts:
Where
docker-dev-local
just runsdocker-compose up
, anddocker-compose.yml
hascommand: npm run start-no-docker
.Seems to continue to work more often than not, though. We don't shrinkwrap so I can't tell
if this would be caused by some transitive dependency or by the actual changes.
Also not sure if it might just be related to Webpack's startup time.
The text was updated successfully, but these errors were encountered: