Giter Club home page Giter Club logo

eve-starter's People

Contributors

cmontella avatar ibdknox avatar ibdthor avatar joshuafcole avatar shamrin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

eve-starter's Issues

Copying examples into HTML5 pages doesn't work

Copy-pasting ui-demo example (and base.css file) into HTML5 web page doesn't work:

screen shot 2017-04-14 at 00 31 16

The page above is in html5 "standards mode":

<!doctype html>
<html>

While eve-starter pages are missing the doctype ("quirks mode"):

<html>

I don't know all the differences between the modes. (Modern web pages usually have doctypes.) However, Chrome points to one problem - missing px unit:

screen shot 2017-04-14 at 00 41 30

I would suggest adding the doctype and px, where necessary.

Cannot install on Mac Sierra

Transcript:

:; mkdir eve

:; cd !$
cd eve
/Users/jbone/Src/projects/kiddos/eve

:; c

:; node -v
v6.10.2

:; npm -v
4.2.0

:; git clone https://github.com/witheve/eve-starter.git
Cloning into 'eve-starter'...
remote: Counting objects: 266, done.
remote: Compressing objects: 100% (110/110), done.
remote: Total 266 (delta 154), reused 266 (delta 154), pack-reused 0
Receiving objects: 100% (266/266), 282.04 KiB | 0 bytes/s, done.
Resolving deltas: 100% (154/154), done.

:; cd eve-starter/
/Users/jbone/Src/projects/kiddos/eve/eve-starter

:; ls
LICENSE assets/ package.json src/
README.md index.html programs/ tsconfig.json

:; npm install
npm WARN deprecated [email protected]: Use uuid module instead

[email protected] postinstall /Users/jbone/Src/projects/kiddos/eve/eve-starter/node_modules/witheve
tsc

[email protected] postinstall /Users/jbone/Src/projects/kiddos/eve/eve-starter
tsc

src/cli.ts(55,19): error TS2345: Argument of type '{ workspacePaths: string; watcherPaths: string; watch: string; port: string; open: string; }' is not assignable to parameter of type 'Partial'.
Types of property 'workspacePaths' are incompatible.
Type 'string' is not assignable to type '{ [workspaceId: string]: string; } | undefined'.

npm ERR! Darwin 16.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.10.2
npm ERR! npm v4.2.0
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] postinstall: tsc
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'tsc'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the witheve-starter package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! tsc
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs witheve-starter
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls witheve-starter
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/jbone/.npm/_logs/2017-04-17T18_16_02_124Z-debug.log

:;

LOG:

https://gist.github.com/jbone/0caeed296d542bedd1351677807ad1c5

Thoughts?

jb

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.