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
After reaching the step to run npm start at the top-level directory, I'm met with this error:
ReferenceError: Unknown plugin "transform-class-properties" specified in "/Users/scottmarlatt/.babelrc" at 0, attempted to resolve relative to "/Users/scottmarlatt"
Both babel-node server.js and babel-node start-client.js are failing. Can provide debug logs if needed, but I wasn't seeing anything useful. Is there something I am supposed to do with configuring babel that isn't mentioned in the readme?
The text was updated successfully, but these errors were encountered:
Hmm. I think this might be because you have a .babelrc up in /Users/scottmarlatt. And that .babelrc lists the plug-in. But unless you have a /Users/scottmarlatt/node_modules, that's gonna cause some issues.
In which directory is this project cloned to? You might try removing that .babelrc and seeing what happens.
After reaching the step to run npm start at the top-level directory, I'm met with this error:
Both
babel-node server.js
andbabel-node start-client.js
are failing. Can provide debug logs if needed, but I wasn't seeing anything useful. Is there something I am supposed to do with configuring babel that isn't mentioned in the readme?The text was updated successfully, but these errors were encountered: