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
{{ message }}
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
> cross-env-shell "cd ../../../../../otherproject && npm ci build"
'..\..\..\otherproject ' is not recognized as an internal or external command,
operable program or batch file.
events.js:292
throw er; // Unhandled 'error' event
^
Error: spawn ..\..\..\otherproject && npm ci build ENOENT
at notFoundError (….\node_modules\cross-spawn\lib\enoent.js:6:26)
Note that only three sets of ".." are present in the error. Placing an absolute path in the command works, so the problem is restricted to the parsing of the parent directories.
The text was updated successfully, but these errors were encountered:
abidingotter
changed the title
More than 3 parent directories (..) in path ignored
More than 3 parent directories (..) in path ignored on Windows
Jun 19, 2020
cross-env
version: 7.0.2node
version: 12.18.0npm
(oryarn
) version: 6.14.5Multiple parent directories (in my case, 5) has been treated as 3
package.json
Output
Note that only three sets of ".." are present in the error. Placing an absolute path in the command works, so the problem is restricted to the parsing of the parent directories.
The text was updated successfully, but these errors were encountered: