cloudfour / drizzle

A streamlined tool for developing, documenting and presenting UI pattern libraries.
https://cloudfour.com/thinks/introducing-drizzle/
MIT License
666 stars 32 forks source link

npm run build #77

Closed Nopzen closed 8 years ago

Nopzen commented 8 years ago

After have run the simple npm start and installed all packages, and then added a new component file, i try to build the project, when running npm run build i get and npm error:

> drizzle@0.0.1-alpha build /Users/larsfalcon/Downloads/drizzle-master
> npm prestart && gulp

Usage: npm <command>

where <command> is one of:
    access, add-user, adduser, apihelp, author, bin, bugs, c,
    cache, completion, config, ddp, dedupe, deprecate, dist-tag,
    dist-tags, docs, edit, explore, faq, find, find-dupes, get,
    help, help-search, home, i, info, init, install, issues, la,
    link, list, ll, ln, login, logout, ls, outdated, owner,
    pack, ping, prefix, prune, publish, r, rb, rebuild, remove,
    repo, restart, rm, root, run-script, s, se, search, set,
    show, shrinkwrap, star, stars, start, stop, t, tag, team,
    test, tst, un, uninstall, unlink, unpublish, unstar, up,
    update, upgrade, v, verison, version, view, whoami

npm <cmd> -h     quick help on <cmd>
npm -l           display full usage info
npm faq          commonly asked questions
npm help <term>  search for help on <term>
npm help npm     involved overview

Specify configs in the ini-formatted file:
    /Users/larsfalcon/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

npm@2.14.2 /Users/larsfalcon/.nvm/versions/node/v4.0.0/lib/node_modules/npm

npm ERR! Darwin 15.3.0
npm ERR! argv "/Users/larsfalcon/.nvm/versions/node/v4.0.0/bin/node" "/Users/larsfalcon/.nvm/versions/node/v4.0.0/bin/npm" "run" "build"
npm ERR! node v4.0.0
npm ERR! npm  v2.14.2
npm ERR! code ELIFECYCLE
npm ERR! drizzle@0.0.1-alpha build: `npm prestart && gulp`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the drizzle@0.0.1-alpha build script 'npm prestart && gulp'.
npm ERR! This is most likely a problem with the drizzle package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm prestart && gulp
npm ERR! You can get their info via:
npm ERR!     npm owner ls drizzle
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/larsfalcon/Downloads/drizzle-master/npm-debug.log

But running the npm prestart runs the npm install fine and calling the npm start calles the gulp --dev it starts up the server with the correct stuff inside :)

Im creating a easy fix for this guys! Other than that this Drizzle thing looks cool

erikjung commented 8 years ago

Closed via #78

Thanks @Nopzen.