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
when running browserify js/pre-bro.app.js using brfs, I receive the following error:
Error: unsupported type for static module: VariableDeclarator
at expression:
fs
while parsing file: /Users/me/dev/git/studio-module-media/js/pre-bro.app.js
at traverse (/Users/me/dev/git/studio-module-media/node_modules/brfs/node_modules/static-module/index.js:285:25)
I have determined that the lines from the source file that trigger this error are the following:
when running
browserify js/pre-bro.app.js
using brfs, I receive the following error:I have determined that the lines from the source file that trigger this error are the following:
I'm having trouble figuring out what's going on
The text was updated successfully, but these errors were encountered: