-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 serve error #82
Comments
Can u paste the full log in the comment? |
serve ./ -p 12580 -bash: serve: command not found |
info it worked if it ends with ok |
Don't you run |
i has installed, |
It's weird. If all are installed, then you will got some nodejs modules in |
node_modules folder has serve,but node_modules/.bin folder don't have. |
i re clone weex,and it works .thanks @terrykingcha |
Nicely, Enjoy weex! |
info it worked if it ends with ok why??? |
…like before. * Add IDrawableLoader.java and corresponding get in InitConfig,WXSDKEngine,WXSDKManager,WXSDKInstance. * Change scope of WXCustomStyleSpan and WXTextDomObject * Make WXA.onHostViewClick and WXImage.setLocalSrc a static method. * * [android] Init commit for richtext and fix conflict of build.gradle of playground. (cherry picked from commit 5506f83) * * [android] Finish image span except for view.callback(Drawable) (cherry picked from commit 77eacdd) * * [android] Fix img in rich text not shown problem. (cherry picked from commit fb9a97e) * * [android] Support inherit for root in richtext (cherry picked from commit 4fc0ccf) * * [android] Use ATagUtils for WXA and ASpan. (cherry picked from commit 58deff4) * * [android] Make img in rich text can read localDrawable (cherry picked from commit 4c9356f)
npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "serve"
npm ERR! node v4.2.2
npm ERR! npm v2.14.7
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! weex@0.4.0 serve:
npm run dev && npm run build && serve ./ -p 12580
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the weex@0.4.0 serve script 'npm run dev && npm run build && serve ./ -p 12580'.
npm ERR! This is most likely a problem with the weex package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run dev && npm run build && serve ./ -p 12580
npm ERR! You can get their info via:
npm ERR! npm owner ls weex
npm ERR! There is likely additional logging output above.
thanks
The text was updated successfully, but these errors were encountered: