[
https://issues.apache.org/jira/browse/AMBARI-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632911#comment-13632911
]
sandeepbaldawa commented on AMBARI-1932:
----------------------------------------
Now it works fine, pulled the latest code.
Here are the steps used(I will document the same)
1. su ambari-server
2. git clone git://git.apache.org/ambari.git
3. cd /home/ambari-server/scratch/ambari/ambari-web
4. npm install -g brunch (make sure you do a "su root" while running this else
it will fail)
4. rm -rf node_modules public(run this as "su ambari-server")
5. npm install
6. Launch "brunch w --s"
7. Check http://localhost:3333/ to see the mock data, the login is admin/admin
> "brunch w" gives error with latest code from github
> ---------------------------------------------------
>
> Key: AMBARI-1932
> URL: https://issues.apache.org/jira/browse/AMBARI-1932
> Project: Ambari
> Issue Type: Bug
> Components: client
> Environment: rhel 2.6 32 bit
> Latest code from Github
> Reporter: sandeepbaldawa
> Assignee: Yusaku Sako
> Priority: Blocker
>
> 1. git clone git://git.apache.org/ambari.git
> 2. cd ambari/ambari-web
> 3. npm install -g brunch
> After doing the above steps, I run "brunch w" and get the below error
> >>brunch w
> 14 Apr 21:01:14 - error: { [Error: Cannot find module
> '/home/ambari-server/scratch/ambari/ambari-web/node_modules/javascript-brunch']
> code: 'MODULE_NOT_FOUND' }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira