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
The directory node_modules/webp-converter/temp is requested for performing the conversion, but is not created at npm install.
Complexify installation as the directory temp needs to be created 'by hand' after fresh install.
{ Error: ENOENT: no such file or directory, open '/myProject/node_modules/webp-converter/temp/3d51e039-d615-4569-84b8-ee5f8d73d459.jpg'
at Object.openSync (fs.js:443:3)
at Object.writeFileSync (fs.js:1194:35)
at base64_to_image (/myProject/node_modules/webp-converter/src/buffer_utils.js:30:8)
....
The text was updated successfully, but these errors were encountered:
The directory node_modules/webp-converter/temp is requested for performing the conversion, but is not created at npm install.
Complexify installation as the directory temp needs to be created 'by hand' after fresh install.
{ Error: ENOENT: no such file or directory, open '/myProject/node_modules/webp-converter/temp/3d51e039-d615-4569-84b8-ee5f8d73d459.jpg'
at Object.openSync (fs.js:443:3)
at Object.writeFileSync (fs.js:1194:35)
at base64_to_image (/myProject/node_modules/webp-converter/src/buffer_utils.js:30:8)
....
The text was updated successfully, but these errors were encountered: