Skip to content
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

Installation gives ENOENT for Babel #2

Closed
jamwaffles opened this issue Apr 23, 2015 · 3 comments
Closed

Installation gives ENOENT for Babel #2

jamwaffles opened this issue Apr 23, 2015 · 3 comments

Comments

@jamwaffles
Copy link

I get the following error when running npm install react-native-swiper --save:

$ npm install react-native-swiper --save
npm ERR! Darwin 14.3.0
npm ERR! argv "node" "/usr/local/nvm/versions/node/v0.12.2/bin/npm" "install" "react-native-swiper" "--save" "--production"
npm ERR! node v0.12.2
npm ERR! npm  v2.8.3
npm ERR! path /Users/jwaples/Repositories/Lemmeno/LemmenoNative/node_modules/react-native-swiper/bin/babel
npm ERR! code ENOENT
npm ERR! errno -2

npm ERR! enoent ENOENT, chmod '/Users/jwaples/Repositories/Lemmeno/LemmenoNative/node_modules/react-native-swiper/bin/babel'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/jwaples/Repositories/Lemmeno/LemmenoNative/npm-debug.log

This occurs both with Node 0.12.2 and Node 0.10.36, with or without the --production flag to NPM.

@jamwaffles
Copy link
Author

This is obviously not a good fix, but this commit to my fork proves that it's Babel being weird.

@leecade
Copy link
Owner

leecade commented Apr 23, 2015

sorry i will check it later after come back

@jamwaffles
Copy link
Author

Great, thanks!

TFsky pushed a commit to TFsky/react-native-swiper that referenced this issue Mar 14, 2018
ArrayZoneYour pushed a commit that referenced this issue Jun 26, 2019
Akarsh08 added a commit to Akarsh08/react-native-swiper that referenced this issue Feb 20, 2020
Akarsh08 pushed a commit to Akarsh08/react-native-swiper that referenced this issue Feb 20, 2020
Fixed: ios index issue and android loop flicker
AdityaPahilwani referenced this issue in grofers/react-native-swiper Jul 7, 2021
* fix-adjacent-views

* Loop jumping fixed

* Fixed blank jumps and index changes

* Near to perfect

* Fix to get proper index value

* loadMinimalSize fixes

* loop shuffle and button placement fix

* Moving declarationRate to constant

* adjacent views for vertical slider added

* Added examples for adjacent views

* Moved decelerationRate to props

* Adjacent views are polished

* Changed some naming conventions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants