Opened 9 years ago
Closed 9 years ago
#14578 closed bug (invalid)
2.1.0-beta1-88-gd2aa969 build broken
Reported by: | Owned by: | ||
---|---|---|---|
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)
[email protected] node_modules/grunt-jsonlint └── [email protected] ([email protected], [email protected]) 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.
Change History (2)
comment:1 Changed 9 years ago by
Component: | unfiled → build |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → high |
Status: | new → pending |
comment:2 Changed 9 years ago by
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
.