Ember functionality not working properly on different machines

Hi Helpies,

I am facing an issue on ember page, a functionality is not working in my machine while it working in my colleagues machine.

Ember Code is same on both machine.

Difference in node_modules and NodeJS version. I am using latest version

He is working on Node version – V6.11.0 Npm version – V3.10.10.

Can anybody suggest any solution? When I place his node_modules file(my colleagues) everything works fine.

We use node.js 8.9.4 LTS and use package-lock.json to lock your package versions. Yarn has something similar but we don’t use that yet.

1 Like

Thanks for quick response Broerse. we are also using package-lock.json, but issue is still coming.