elspru / spel

Speakable Programming for Every Language
GNU Affero General Public License v3.0
3 stars 1 forks source link

Cant build web demo #2

Closed zvory closed 8 years ago

zvory commented 8 years ago

Error is:

sadeq@sadeq-ThinkPad-T450s:~/Documents/Projects/spel/src/web$ ./build.sh 
Error: Cannot find module './subType' from '/home/sadeq/Documents/Projects/spel/src/class'
    at /usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:55:21
    at load (/usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:69:43)
    at onex (/usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:92:31)
    at /usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:22:47
    at Object.oncomplete (fs.js:107:15)
zvory commented 8 years ago

New missing file

sadeq@sadeq-ThinkPad-T450s:~/Documents/Projects/spel/src/web$ ./build.sh 
Error: Cannot find module 'colors' from '/home/sadeq/Documents/Projects/spel/src/lang'
    at /usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:46:17
    at process (/usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:173:43)
    at ondir (/usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:188:17)
    at load (/usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:69:43)
    at onex (/usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:92:31)
    at /usr/local/lib/node_modules/browserify/node_modules/resolve/lib/async.js:22:47
    at Object.oncomplete (fs.js:107:15)
elspru commented 8 years ago

Okay I've added npm add colors to the README.md, also mentioned to do the npm installs in the src/ directory. and added my node_modules folder to hopefully simplify the process for future users.

Thank you for your participation :-)

elspru commented 8 years ago

assuming latest inclusion fixed issues.