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
just tried to run my app in strict mode and found this error in the console:
.../node_modules/fs-extra/lib/create.js:14
function makeFile() {
^^^^^^^^
SyntaxError: In strict mode code, functions can only be declared at top level or immediately within another function.
do you think you could refactor this to make it work for strict mode?
thanks
The text was updated successfully, but these errors were encountered:
hello there
just tried to run my app in strict mode and found this error in the console:
do you think you could refactor this to make it work for strict mode?
thanks
The text was updated successfully, but these errors were encountered: