Skip to content

Installation gives ENOENT for Babel #2

@jamwaffles

Description

@jamwaffles

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.

Activity

jamwaffles

jamwaffles commented on Apr 23, 2015

@jamwaffles
Author

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

leecade

leecade commented on Apr 23, 2015

@leecade
Owner

sorry i will check it later after come back

jamwaffles

jamwaffles commented on Apr 24, 2015

@jamwaffles
Author

Great, thanks!

added a commit that references this issue on Mar 14, 2018
added a commit that references this issue on Jun 26, 2019
be1b3be
added 2 commits that reference this issue on Feb 20, 2020
78674c7
aeeb96d
added a commit that references this issue on Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @leecade@jamwaffles

        Issue actions

          Installation gives ENOENT for Babel · Issue #2 · leecade/react-native-swiper