CodeBoy124
Results
2
issues of
CodeBoy124
I fixed issue #4 by changing the last line of the index.js file to use 'module.exports' instead of 'export default'. I also explicitly set the type property in the package.json...
When I installed the package from npm into my NodeJS cli project I got the following error: ```terminal export default JSXParser ^^^^^^ SyntaxError: Unexpected token 'export' ``` When I looked...