GithubHelp home page GithubHelp logo

jameskyburz / fontello-server Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 3.0 167 KB

A cdn fontello server

Home Page: https://github.com/jameskyburz/fontello-server

License: Other

JavaScript 88.91% CSS 2.74% HTML 8.35%
fontello cdn nodejs docker

fontello-server's People

Contributors

greenkeeper[bot] avatar greenkeeperio-bot avatar jameskyburz avatar

Stargazers

 avatar  avatar

Watchers

 avatar

fontello-server's Issues

WARN install No prebuilt binaries found (target=10.15.3 runtime=node arch=x64 platform=win32)

I am trying to build this with Docker Windows Desktop.
Setup configured for Linux containers.

I get this error no matter what dependencies are updated.

I would like to have a local fontello server for font testing/development.

Suggestions welcome.

Microsoft Windows [Version 10.0.17763.503]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\ae\fontello-server>npm i
npm WARN deprecated [email protected]: invalid release
npm WARN deprecated [email protected]: This module has moved and is now available at @hapi/bourne. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.

> [email protected] install C:\ae\fontello-server\node_modules\level\node_modules\leveldown
> prebuild-install || node-gyp rebuild

prebuild-install WARN install No prebuilt binaries found (target=10.15.3 runtime=node arch=x64 platform=win32)

C:\ae\fontello-server\node_modules\level\node_modules\leveldown>if not defined npm_config_node_gyp (node "C:\Users\peter\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\peter\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
gyp ERR! configure error
gyp ERR! stack Error: Command failed: C:\Users\peter\AppData\Local\Programs\Python\Python37\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack   File "<string>", line 1
gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack                                ^
gyp ERR! stack SyntaxError: invalid syntax
gyp ERR! stack
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:294:12)
gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
gyp ERR! stack     at maybeClose (internal/child_process.js:970:16)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\peter\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\ae\fontello-server\node_modules\level\node_modules\leveldown
gyp ERR! node -v v10.15.3
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `prebuild-install || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\peter\AppData\Roaming\npm-cache\_logs\2019-06-12T04_01_24_618Z-debug.log

C:\ae\fontello-server>

docker: Error response from daemon: driver failed programming external connectivity on endpoint fontello-server

Does not start.

Some config needed for Windows?

Microsoft Windows [Version 10.0.17763.503]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\ae\fontello-server>docker pull jameskyburz/fontello-server:6.9-alpine
6.9-alpine: Pulling from jameskyburz/fontello-server
b7f33cc0b48e: Pull complete
578bb84776dc: Pull complete
d9b3128ef5b8: Pull complete
c83adede8525: Pull complete
5d6f95c2eddc: Pull complete
f0d9d21734c6: Pull complete
Digest: sha256:3e17f01d011d20c632dd897a1f95d6946be06248e0eab0313bd97e2a38fc114b
Status: Downloaded newer image for jameskyburz/fontello-server:6.9-alpine

C:\ae\fontello-server>docker run --rm --name fontello-server -p 2016:2016 jameskyburz/fontello-server:6.9-alpine
docker: Error response from daemon: driver failed programming external connectivity on endpoint fontello-server (116c10e5fd182fc45c2047411bb4b2ca1e28bb2bb5596b8fbe9dd728fb63d6e0): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:2016:tcp:172.17.0.2:2016: input/output error.

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.