Expo: NPM > 5.0.0 ?

Created on 5 Jul 2017  路  3Comments  路  Source: expo/expo

const MIN_WATCHMAN_VERSION = '4.6.0';
const MIN_NPM_VERSION = '3.0.0';
const BAD_NPM_VERSION = '5.0.0';
const CORRECT_NPM_VERSION = '4.6.1';

( from https://github.com/expo/xdl/blob/master/src/project/Doctor.js#L29-L32)

any chance to support NPM > 5.0.0 ?

Most helpful comment

Hi @muescha! I tested out 5.0.4 and it appears to work, at least on a simple example. I submitted a pull request internally to let people know if they are using >= 5.0.0 <= 5.0.3 that it won't work, and to just warn that it may not work with >= 5.0.4. We'll likely include this in the next release.

All 3 comments

Hi @muescha! I tested out 5.0.4 and it appears to work, at least on a simple example. I submitted a pull request internally to let people know if they are using >= 5.0.0 <= 5.0.3 that it won't work, and to just warn that it may not work with >= 5.0.4. We'll likely include this in the next release.

Internal PR was merged, closing this as it'll land in a new release.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

clems36 picture clems36  路  3Comments

dale-french picture dale-french  路  3Comments

brentvatne picture brentvatne  路  3Comments

julesmoretti picture julesmoretti  路  3Comments

phenrigomes picture phenrigomes  路  3Comments