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 believe this to be a new issue after looking at the others.
I was working through the Using Transforms level and what I have setup is to write the code in ES6 then have babel transpile to ES5 and place in a dist/ folder. Here is my code.
When I run the ES5 version with node I get the desired output. However when using the provided command browserify -t brfs dist/transform.js | browserify-adventure verify I get an error that looks like....
I have tired moving the file to the root folder with no success.
The text was updated successfully, but these errors were encountered:
I believe this to be a new issue after looking at the others.
I was working through the Using Transforms level and what I have setup is to write the code in ES6 then have babel transpile to ES5 and place in a dist/ folder. Here is my code.
When I run the ES5 version with node I get the desired output. However when using the provided command
browserify -t brfs dist/transform.js | browserify-adventure verify
I get an error that looks like....I have tired moving the file to the root folder with no success.
The text was updated successfully, but these errors were encountered: