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
fix(usage): Fix available scripts message on Windows (#15)
On Windows, the available scripts message includes file path as well. This happens because `glob.sync` returns paths with unix style separators and the `replace(scriptsPath, '')` fails. Fix the issue using `path.normalize`.
0 commit comments