-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo程序无法npm install #33
Comments
ME TOO npm ERR! Darwin 14.5.0 npm ERR! [email protected] install: npm ERR! Please include the following file with any support request: |
忽略以后继续部署的话 会提示strict mode does not allow function declarations in a lexical,然后修改.\node_modules\react-native\Libraries\Core\InitializeCore.js 112行,改完还是不行 |
试了没用 |
@panhs , |
遇到了相同的问题:
cd ./deps/closure-linter && python ./setup.py install The following error occurred while trying to add or remove files in the
The installation directory you specified (via --install-dir, --prefix, or
Perhaps your account does not have write access to this directory? If the For information on other options, you may wish to consult the https://pythonhosted.org/setuptools/easy_install.html Please make the appropriate changes for your system and try again. make: *** [install] Error 1 npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
同报错。rn版本太老了。。。 |
知道情况吗?
make: *** [install] Error 1
npm WARN [email protected] requires a peer of react@~15.4.0-rc.4 but none was installed.
npm WARN [email protected] requires a peer of react-native@>=0.40.0 but none was installed.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] install:
make install
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered: