Skip to content

clever init not working  #35

@meeDamian

Description

@meeDamian

Seems like it's not a dup of #34 (but I'm not 100% sure...).

Anytime I do

$ clever init -v my-app

I get this error:

Error: ENOENT, no such file or directory '/home/mee/projects/my-app/frontend/dist/components/jquery/dist/jquery.js'   ┊                                                                                                
In module tree:|   Installation Progress: [▒▒▒▒▒▒▒---]  71 %   ┊   Installing: Frontend   ┊   Step: Building...   ┊   Step Time: 6s   ┊                                                                                                
    main

{ [Error: Error: ENOENT, no such file or directory '/home/mee/projects/my-app/frontend/dist/components/jquery/dist/jquery.js'
In module tree:
    main

    at Object.fs.openSync (fs.js:432:18)
]
  originalError: 
   { [Error: ENOENT, no such file or directory '/home/mee/projects/my-app/frontend/dist/components/jquery/dist/jquery.js']
     errno: 34,
     code: 'ENOENT',
     path: '/home/mee/projects/my-app/frontend/dist/components/jquery/dist/jquery.js',
     syscall: 'open',
     fileName: '/home/mee/projects/my-app/frontend/dist/components/jquery/dist/jquery.js',
     moduleTree: [ 'main' ] } }


Execution Time (2014-07-09 22:31:20 UTC)
loading tasks       2.7s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 50%
less:development   132ms  ▇▇ 2%
less:production     68ms  ▇ 1%
cssmin:dist         68ms  ▇ 1%
htmlmin:dist       110ms  ▇ 2%
copy:dist           1.1s  ▇▇▇▇▇▇▇▇▇ 20%
ngmin:dist         787ms  ▇▇▇▇▇▇▇ 14%
requirejs:compile  366ms  ▇▇▇ 7%
Error: Command failed: 
Status @ 106s |   Installation Progress: [▒▒▒▒▒▒▒---]  71 %   ┊   Installing: Frontend   ┊   Step: Building...   ┊   Step Time: 6s   ┊

when I $ tree -L 1 /home/mee/projects/my-app/frontend/dist/components/jquery I get:

/home/mee/projects/my-app/frontend/dist/components/jquery
├── build
├── Gruntfile.js
├── jquery.js
├── jquery-migrate.js
├── jquery-migrate.min.js
├── jquery.min.js
├── speed
├── src
└── test

4 directories, 5 files

where there is no /dist directory indeed. I really want to start already, what do I do? :)

Additional stuff:

$ npm --version
1.4.14

$ node --version
v0.10.29

$ clever --version
1.0.7

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions