You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package.json is commited into fgelinas/timepicker repository.
Actual
If timepicker is specified in dependencies list of external project, npm install fails with unexpected fatal error. (maybe since npm 6? see npm/npm#20824 (comment) )
npm ERR! premature close
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kenhys/.npm/_logs/2018-09-14T07_38_44_168Z-debug.log
It was awful because it is hard to clarify the problem.
Problem
This repository lacks package.json.
It causes npm install error when fgelinas/timepicker is specified in
dependencies
list.e.g.
https://github.com/owncloud/calendar/blob/master/js/package.json#L64
Expected
package.json is commited into fgelinas/timepicker repository.
Actual
If timepicker is specified in
dependencies
list of external project, npm install fails with unexpected fatal error. (maybe since npm 6? see npm/npm#20824 (comment) )It was awful because it is hard to clarify the problem.
The text was updated successfully, but these errors were encountered: