Created
December 23, 2012 19:15
-
-
Save mattjmorrison/4365475 to your computer and use it in GitHub Desktop.
Trying to figure out how to use r.js freaking deleted everything (including .git) in my cwd!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(emberdemo)[emberdemo] node_modules/requirejs/bin/r.js -o baseUrl=. name=main ☁ master ☀ | |
Error: Missing either an "out" or "dir" config value. If using "appDir" for a full project optimization, use "dir". If you want to optimize to one file, use "out". | |
at Function.build.createConfig (/Users/mattjmorrison/Projects/emberdemo/node_modules/requirejs/bin/r.js:22707:19) | |
(emberdemo)[emberdemo] node_modules/requirejs/bin/r.js -o baseUrl=. name=main dir=. ☁ master ☀ | |
Error: ENOENT, no such file or directory | |
at Object.exports.resolve (path.js:284:52) | |
(emberdemo)[emberdemo] node_modules/requirejs/bin/r.js -o baseUrl=. name=main out=main.js | |
zsh: no such file or directory: node_modules/requirejs/bin/r.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment