formidable-react-native-app-boilerplate icon indicating copy to clipboard operation
formidable-react-native-app-boilerplate copied to clipboard

Issue: JS bundle not bundling.

Open cablegunmaster opened this issue 9 years ago • 1 comments

Npm install is failing on these issues below: line-numbers is deprecated (request ot put these lines in the boilerplate). babel-core is deprecated (won't install unless it is done by command line myself).

Temp fix: npm install npm install line-numbers npm install babel-core

Wondering if this can be looked into.

cablegunmaster avatar May 02 '16 10:05 cablegunmaster

npm install line-numbers gave me: npm WARN deprecated [email protected]: Copy its ~20 LOC directly into your code instead.

alvirtuoso avatar Jun 03 '16 18:06 alvirtuoso