You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to start lazojs-todomvc using "lazo start lazojs-todomvc" i am hitting below error. I cloned the repo did a npm install and ran lazo start lazojs-todomvc
Node: v0.12.2
Npm version: 2.7.5
abadri1@L-SB8G2GUG3Q-M:~/workspace/lazojs-todomvc$ lazo start lazojs-todomvc
Starting Lazo! Please wait...
Scanning application directory. Please wait...
INFO: 0/components does not exist
INFO: 0/models does not exist
INFO: 0/app/views does not exist
fs.js:565
fs.write = function(fd, buffer, offset, length, position, callback) {
^
Error: ENOENT, no such file or directory '0/app/app.json'
at Error (native)
at Object.fs.openSync (fs.js:500:18)
at Object.fs.readFileSync (fs.js:352:15)
at /usr/local/lib/node_modules/lazo/lib/server/app.js:10:22
at /usr/local/lib/node_modules/lazo/lib/server/scanner.js:44:21
at /usr/local/lib/node_modules/lazo/node_modules/node-dir/lib/paths.js:66:25
at FSReqWrap.oncomplete (fs.js:95:15)
The text was updated successfully, but these errors were encountered:
When i try to start lazojs-todomvc using "lazo start lazojs-todomvc" i am hitting below error. I cloned the repo did a npm install and ran lazo start lazojs-todomvc
Node: v0.12.2
Npm version: 2.7.5
abadri1@L-SB8G2GUG3Q-M:~/workspace/lazojs-todomvc$ lazo start lazojs-todomvc
Starting Lazo! Please wait...
Scanning application directory. Please wait...
INFO: 0/components does not exist
INFO: 0/models does not exist
INFO: 0/app/views does not exist
fs.js:565
fs.write = function(fd, buffer, offset, length, position, callback) {
^
Error: ENOENT, no such file or directory '0/app/app.json'
at Error (native)
at Object.fs.openSync (fs.js:500:18)
at Object.fs.readFileSync (fs.js:352:15)
at /usr/local/lib/node_modules/lazo/lib/server/app.js:10:22
at /usr/local/lib/node_modules/lazo/lib/server/scanner.js:44:21
at /usr/local/lib/node_modules/lazo/node_modules/node-dir/lib/paths.js:66:25
at FSReqWrap.oncomplete (fs.js:95:15)
The text was updated successfully, but these errors were encountered: