npm-module-boilerplate icon indicating copy to clipboard operation
npm-module-boilerplate copied to clipboard

Boilerplate for npm modules with ES6 features and all the best practices

Results 3 npm-module-boilerplate issues
Sort by recently updated
recently updated
newest added

I got below error. It doesn't support arrow function in class. SyntaxError: src/Test/Components/Footer.js: Unexpected token (38:11) 36 | } 37 | > 38 | toggleTc = () => { |...

Running the `build` command, I get: ``` You have mistakenly installed the `babel` package, which is a no-op in Babel 6. Babel's CLI commands have been moved from the `babel`...

help wanted

Shouldn't the per-project config file (/path/to/my/project/.npmrc) be in the .gitignore file? Ref: https://docs.npmjs.com/files/npmrc.html

help wanted