Side navigation
#14578 closed bug (invalid)
Opened November 27, 2013 03:45PM UTC
Closed December 12, 2013 08:48AM UTC
2.1.0-beta1-88-gd2aa969 build broken
Reported by: | david@davidfavor.com | Owned by: | david@davidfavor.com |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | build | Version: | 2.1.0-beta2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
git clone git://github.com/jquery/jquery.git jquery.git
cd jquery.git
npm run-script build (throws the following errors)
grunt-jsonlint@1.0.4 node_modules/grunt-jsonlint
└── jsonlint@1.6.0 (JSV@4.0.2, nomnom@1.6.2)
Running "jsonlint:pkg" (jsonlint) task
>> 1 file lint free.
Running "jsonlint:jscs" (jsonlint) task
>> 1 file lint free.
Running "jsonlint:bower" (jsonlint) task
>> 1 file lint free.
Running "build:all:*" (build) task
Warning: Error: ENOENT, no such file or directory '/smartbuild/work/jquery.git/bower_modules/sizzle/dist/sizzle.js'
In module tree:
jquery
selector
selector-sizzle
at Object.fs.openSync (fs.js:427:18)
Use --force to continue.
Aborted due to warnings.
npm ERR! weird error 3
npm ERR! not ok code 0
Problem is jquery.git/bower_modules/sizzle/dist/sizzle.js appears to be misnamed.
bower_modules looks like it should be bower_components.
Attachments (0)
Change History (2)
Changed November 27, 2013 07:48PM UTC by comment:1
component: | unfiled → build |
---|---|
owner: | → david@davidfavor.com |
priority: | undecided → high |
status: | new → pending |
Changed December 12, 2013 08:48AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Try clearing bower_* and running
npm install
.