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

npm run fuse:preview failed. #92

Open
kyutaekang opened this issue Nov 27, 2016 · 2 comments
Open

npm run fuse:preview failed. #92

kyutaekang opened this issue Nov 27, 2016 · 2 comments

Comments

@kyutaekang
Copy link

kyutaekang commented Nov 27, 2016

bash-3.2$ npm run fuse:preview

[email protected] fuse:preview /Users/david/Workspace/Ftasty
COMMAND=preview npm run fuse:cli

[email protected] prefuse:cli /Users/david/Workspace/Ftasty
npm run check:target:fuse --silent && npm run check:already:built --silent

Error! Target app has not been built in mode dev. Please run TARGET=app MODE=dev npm run build and try again.

npm ERR! Darwin 16.0.0
npm ERR! argv "/Users/david/.nvm/versions/node/v6.9.1/bin/node" "/Users/david/.nvm/versions/node/v6.9.1/bin/npm" "run" "fuse:cli"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] prefuse:cli: npm run check:target:fuse --silent && npm run check:already:built --silent
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] prefuse:cli script 'npm run check:target:fuse --silent && npm run check:already:built --silent'.
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 tasty package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run check:target:fuse --silent && npm run check:already:built --silent
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs tasty
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls tasty
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/david/Workspace/Ftasty/npm-debug.log

npm ERR! Darwin 16.0.0
npm ERR! argv "/Users/david/.nvm/versions/node/v6.9.1/bin/node" "/Users/david/.nvm/versions/node/v6.9.1/bin/npm" "run" "fuse:preview"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] fuse:preview: COMMAND=preview npm run fuse:cli
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] fuse:preview script 'COMMAND=preview npm run fuse:cli'.
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 tasty package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! COMMAND=preview npm run fuse:cli
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs tasty
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls tasty
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/david/Workspace/Ftasty/npm-debug.log

bash-3.2$ node -v
v6.9.1
bash-3.2$ npm -v
3.10.8
bash-3.2$

Can anyone help me?

@jskrzypek
Copy link
Contributor

jskrzypek commented Nov 27, 2016 via email

@kyutaekang
Copy link
Author

kyutaekang commented Nov 28, 2016

TARGET=app MODE=dev npm run build is also failed. Cause I did not installed mono.
It's solved after install mono.

mono is required for fuse.

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

2 participants