Posts

Showing posts from March, 2021

Solve Dev-Dependency Issues

Hi Friends, This is Lakshman here. Welcome back to the Series Angular Best Practices Today, We will try to solve the some development dependencies issues. Now as days, we develop application with multiple developers. Each one have there own Node.JS Environment. So They run into dev-environment issues, such as below, npm install command not completed. Unable to build Unable to run application locally. Now we will address the issues one by one, Command npm install not completed: This will happen based on certain situation, Node.js is not properly installed. App created node.js is different from running node.js version If you app style type is scss , it occur because of node-sass issue. To Solve the Issue, Dockerize the application with Dev-Environment on code. Document the App's development procedure. If you are able to solve this issue the Unable to Build or Run App will solve automatically. On-road head, we will discuss a lot of things. Looking forward