node(near): Replace `npm install` with `npm ci` (#4490)
- Removed the Make target for package-lock.json. There's already a lock
file in-place that should be used in most cases. Otherwise, developers
should be thoughtfully upgrading packages slowly when the needed
arises. Exposing a make target for `npm install` is suboptimal and
encourages a workflow that goes against the contributor guidelines.