-
Notifications
You must be signed in to change notification settings - Fork 93
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
can not build #18
Comments
Same here, it does proceed however and then it ends here with "caniuse-lite is outdated." (I tried scrapping the 'browserlist' in package.json but same result):
|
The part @nogueira references that looks dodgy (red output):
|
Full output:
|
Actually it looks like a warning, not an error. What subsequent errors did you have? In my case it continued for quite some time and then get stuck after the caniuse-lite message. The led just blinks regularly each second forever. |
I did the install without docker and got that one working. Would still be interested to have a working docker version though! |
When I issue the build command I have this error, following by several others:
make: Entering directory '/src/node_modules/rpio/build'
CXX(target) Release/obj.target/rpio/src/rpio.o
CC(target) Release/obj.target/rpio/src/bcm2835.o
../src/bcm2835.c: In function 'bcm2835_gpio_pad':
../src/bcm2835.c:487:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (bcm2835_pads == MAP_FAILED)
The text was updated successfully, but these errors were encountered: