adewes / gitboard

An intuitve Kanban board for your Github issues, built with React.js. https://adewes.github.io/gitboard
GNU Affero General Public License v3.0
186 stars 21 forks source link

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

Open Arsca opened 8 years ago

Arsca commented 8 years ago

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 commented 8 years ago

@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 commented 8 years ago

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 commented 8 years ago

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