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: Error: EISDIR, illegal operation on a directory #18

Open
Arsca opened this issue Nov 28, 2015 · 3 comments
Open

Installation: Error: EISDIR, illegal operation on a directory #18

Arsca opened this issue Nov 28, 2015 · 3 comments

Comments

@Arsca
Copy link

Arsca commented Nov 28, 2015

Hi,

I'm getting this error on installation:
npm: 2.14.2
node: v0.12.0
osx: El Capitan
bower: 1.6.8

gitboard - master $> ENVIRONMENT=production make
...
bootstrap#3.3.6 build/static/bower_components/bootstrap
└── jquery#2.1.1

font-mfizz#2.0.0 build/static/bower_components/font-mfizz

marked#0.3.3 build/static/bower_components/marked

markdown#0.5.0 build/static/bower_components/markdown

octicons#3.3.0 build/static/bower_components/octicons

bootstrap-sass#3.3.6 build/static/bower_components/bootstrap-sass
└── jquery#2.1.1
rsync -rupE src/assets build/static
mkdir -p build/static/js
rsync -rupE src/js --include="*.js" build/static
jsx src/js build/static/js -x jsx
could not open file: src/js, Error: EISDIR, illegal operation on a directory

make: *** [jsx] Error 65
gitboard - master $>
@adewes
Copy link
Owner

adewes commented Dec 2, 2015

@Arsca are you executing this in the root directory of the repository? Seems like the src/js directory does not exist. Have you been able to solve the issue?

@sergiobayona
Copy link

I'm also getting the same error. Using npm 3.5.3, node 5.0.0, bower 1.7.2

The src/js folder does exists.

@bbohling
Copy link

bbohling commented Feb 9, 2016

I ran into the same error. To get around the issue I used babel instead of jsx.

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

4 participants