community-app
community-app copied to clipboard
npm install giving error
npm install giving error both while executing command and in Docker build
Steps to Reproduce
Follow the steps and when npm install you will get error.
Even docker build -t community-app . will give the same error.
Expected Behaviour
npm install should run without errors.
Actual Behaviour
Getting error
npm ERR! Invalid Version: 0.0.3a
Settings
- Mifos X version: Latest develop branch as well as previous branches
- OS: MacOS , as well as in Docker build
Screenshots
The following are the error screenshots for both executing the command npm install and Docker build
i downgraded my Node all the way down to v10.18.0 and it worked for me .
This should also work properly with Dockerfile which isn't happening.