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 also faced this issue, its because of the new syntax and assert keyword not being present in latest node version, you can use an older npm version like 21, just install nvm and write nvm use 21
Most appropriate sub-area of p5.js?
p5.js version
1.9.4
Web browser and version
No response
Operating system
linux
Steps to reproduce this
Steps:
Snippet:
seems caused by
in
rollup.config.mjs
I find that change to
can successfully build it.
The text was updated successfully, but these errors were encountered: