Hello!
I've followed the instructions and issued the following:
$ path-to-codeology-master/build> npm install
This gives the following warnings:
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403. npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
I only see the index.html at the root. How would I go about running the node server, to launch the project locally?
Also, when deleting or moving the entire unpacked project, which has a lot of files under multiple folders causes windows to give me a, "Source Path Too Long" error.
Hello! I've followed the instructions and issued the following: $ path-to-codeology-master/build> npm install
This gives the following warnings:
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403. npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
$ path-to-codeology-master/build> grunt $ path-to-codeology-master/build> grunt watch $ path-to-codeology-master/build> grunt release
I only see the index.html at the root. How would I go about running the node server, to launch the project locally?
Also, when deleting or moving the entire unpacked project, which has a lot of files under multiple folders causes windows to give me a, "Source Path Too Long" error.
Thanks in advance, Arnab