Skip to content
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

make build fails #11

Open
issackelly opened this issue Nov 5, 2012 · 1 comment
Open

make build fails #11

issackelly opened this issue Nov 5, 2012 · 1 comment

Comments

@issackelly
Copy link

Like this

 ~/Projects $ git clone git://github.com/chrisdickinson/plate.git
Cloning into 'plate'...
remote: Counting objects: 1032, done.
remote: Compressing objects: 100% (527/527), done.
remote: Total 1032 (delta 566), reused 951 (delta 485)
Receiving objects: 100% (1032/1032), 710.11 KiB | 698 KiB/s, done.
Resolving deltas: 100% (566/566), done.
 ~/Projects $ cd plate/
 ~/P/plate [master] $ make build
npm install
npm http GET https://registry.npmjs.org/tz
npm http GET https://registry.npmjs.org/platoon
npm http GET https://registry.npmjs.org/dst
npm http 200 https://registry.npmjs.org/platoon
npm http 200 https://registry.npmjs.org/tz
npm http GET https://registry.npmjs.org/tz/-/tz-0.0.3.tgz
npm http GET https://registry.npmjs.org/platoon/-/platoon-0.0.15.tgz
npm http 200 https://registry.npmjs.org/dst
npm http GET https://registry.npmjs.org/dst/-/dst-0.0.3.tgz
npm http 200 https://registry.npmjs.org/tz/-/tz-0.0.3.tgz
npm http 200 https://registry.npmjs.org/platoon/-/platoon-0.0.15.tgz
npm http 200 https://registry.npmjs.org/dst/-/dst-0.0.3.tgz
npm http GET https://registry.npmjs.org/tracejs
npm http GET https://registry.npmjs.org/nopt
npm http 200 https://registry.npmjs.org/tracejs
npm http GET https://registry.npmjs.org/tracejs/-/tracejs-0.1.4.tgz
npm http 200 https://registry.npmjs.org/nopt
npm http GET https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
npm http 200 https://registry.npmjs.org/tracejs/-/tracejs-0.1.4.tgz
npm http 200 https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
npm http GET https://registry.npmjs.org/abbrev
npm http 200 https://registry.npmjs.org/abbrev
npm http GET https://registry.npmjs.org/abbrev/-/abbrev-1.0.3.tgz
npm http 200 https://registry.npmjs.org/abbrev/-/abbrev-1.0.3.tgz
[email protected] node_modules/dst

[email protected] node_modules/tz

[email protected] node_modules/platoon
├── [email protected]
└── [email protected] ([email protected])
browserify -r tz -r dst browser.js | uglifyjs > plate.min.js
/bin/sh: uglifyjs: command not found
/bin/sh: browserify: command not found
make: *** [build] Error 127
@issackelly
Copy link
Author

Fixed with the following. probably kills kittens

npm install -g browserify
npm install -g uglify-js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant