-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Following the introduction video, Im trying to create the application for the first time
$clever init -v my-new-project
Everything looks ok until the following error, which interrupts execution:
....
Running "requirejs:compile" (requirejs) task
Error: ENOENT, no such file or directory '/Volumes/DATA/73. PROGRAMACION/Cleverstack/prueba_cli/my-new-project/frontend/dist/modules/cs_messenger/main.js' In module tree:m | Installation Progress: [▒▒▒▒▒▒▒---] 71 % ┊ Installing: Frontend ┊ Step: Building... ┊ Step Time: 37s ┊
main
{ [Error: Error: ENOENT, no such file or directory '/Volumes/DATA/73. PROGRAMACION/Cleverstack/prueba_cli/my-new-project/frontend/dist/modules/cs_messenger/main.js'
In module tree:
main
at Object.fs.openSync (fs.js:427:18)
]
originalError:
{ [Error: ENOENT, no such file or directory '/Volumes/DATA/73. PROGRAMACION/Cleverstack/prueba_cli/my-new-project/frontend/dist/modules/cs_messenger/main.js']
errno: 34,
code: 'ENOENT',
path: '/Volumes/DATA/73. PROGRAMACION/Cleverstack/prueba_cli/my-new-project/frontend/dist/modules/cs_messenger/main.js',
syscall: 'open',
fileName: '/Volumes/DATA/73. PROGRAMACION/Cleverstack/prueba_cli/my-new-project/frontend/dist/modules/cs_messenger/main.js',
moduleTree: [ 'main' ] } }
Execution Time (2014-09-23 21:00:48 UTC)
loading tasks 8.9s ▇▇▇▇▇▇▇▇▇ 26% jshint:all 2.7s ▇▇▇ 8%[▒▒▒▒▒▒▒---] 71 % ┊ Installing: Frontend ┊ Step: Building... ┊ Step Time: 37s ┊
imagemin:dist 5.6s ▇▇▇▇▇▇ 17%
less:css 581ms ▇ 2%
cssmin:dist 641ms ▇ 2%
cssmin:dist/styles/screen.css 517ms ▇ 2%
copy:dist 10.9s ▇▇▇▇▇▇▇▇▇▇▇ 32%
ngAnnotate:dist 638ms ▇ 2%
requirejs:compile 2.9s ▇▇▇ 9%
Total 33.8s
Error: Command failed:
Status @ 10.267m | Installation Progress: [▒▒▒▒▒▒▒---] 71 % ┊ Installing: Frontend ┊ Step: Building... ┊ Step Time: 37s ┊