Skip to content

Commit

Permalink
explicitly require [email protected]
Browse files Browse the repository at this point in the history
… in package.json. Fixes #77
  • Loading branch information
drapanjanas committed Oct 31, 2016
1 parent aa6e476 commit 620d0b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ init = (interfaceName, projName) ->
start: 'node_modules/react-native/packager/packager.sh --nonPersistent'
dependencies:
'react-native': rnVersion
# Fixes issue with packager 'TimeoutError: transforming ... took longer than 301 seconds.'
'babel-plugin-transform-es2015-block-scoping': '6.15.0'
, null, 2

exec 'npm i'
Expand Down

0 comments on commit 620d0b3

Please sign in to comment.