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 Dec 10, 2023. It is now read-only.
I had some issues making this work with the file-manager app:
Namely
https://github.com/fkoester/angular-filemanager-nodejs-bridge/blob/master/routes/index.js#L158 complained about the mode parameter of the mkdirAsync method so I removed it because according to https://nodejs.org/api/fs.html#fs_fs_mkdir_path_mode_callback it is the default.
https://github.com/fkoester/angular-filemanager-nodejs-bridge/blob/master/routes/index.js#L27
req.body does not contain a param object rather it contains the path.
The text was updated successfully, but these errors were encountered: