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
I get this error, has anyone else bumped into this and found a good solution? I suppose I can chmod the /tmp directory but that seems like a hack.
Cwd Error ----------------------------------------------
ENOTDIR: Cannot cd into '/tmp'
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Stack Trace --------------------------------------------
CwdError: ENOTDIR: Cannot cd into '/tmp'
at CwdError (/Users/mark/dev/repos/spr-renderer/node_modules/tar/lib/mkdir.js:26:5)
at fs.lstat (/Users/mark/dev/repos/spr-renderer/node_modules/tar/lib/mkdir.js:74:14)
at FSReqWrap.oncomplete (fs.js:123:15)
The text was updated successfully, but these errors were encountered:
In trying to setup local chome in this block,
I get this error, has anyone else bumped into this and found a good solution? I suppose I can chmod the /tmp directory but that seems like a hack.
The text was updated successfully, but these errors were encountered: