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 am using the latest version of Snowpack and all plugins.
What package manager are you using?
npm
What operating system are you using?
codepen
Describe the bug
[Package Error] 'putout@v26.20.0' could not be built.
[1/5] Verifying package is valid…
[2/5] Installing dependencies from npm…
[3/5] Building package using esinstall…
Running esinstall...
Could not load fs/promises (imported by ..putout/lib/cli/get-files.js): ENOENT: no such file or directory, open 'fs/promises'
Could not load fs/promises (imported by ../tmp/cdn/_VbIeqfUVNqRHKhEOqK29/node_modules/putout/lib/cli/get-files.js): ENOENT: no such file or directory, open 'fs/promises'"
Quick checklist
What package manager are you using?
npm
What operating system are you using?
codepen
Describe the bug
Steps to reproduce
Link to minimal reproducible example (optional)
https://codepen.io/pen?editors=0011
Is there anything I can do from my side to help resolve an issue?
fs/promises
isn't exported by 🐊Putout and used only for CLI.The text was updated successfully, but these errors were encountered: