Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): cannot install npm packages
Error: - npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: vue-todolist@0.1.0 npm ERR! notsup Not compatible with your version of node/npm: vue-todolist@0.1.0 npm ERR! notsup Required: {"node":"20.9.0","npm":"10.1.0"} npm ERR! notsup Actual: {"npm":"10.2.3","node":"v20.10.0"} Reason: - A newer version of `node` and `npm` is being used with `nvm`. Solution: - Update `npm` and `node` versions into the configuration files: `package.json` and `.nvmrc`. Change `node` from 20.9.0 to 20.10.0. Change `npm` from 10.1.0 to 10.2.3.
- Loading branch information