summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthewsot@outlook.com>2017-09-09 20:43:43 -0700
committerMatthew Sotoudeh <matthewsot@outlook.com>2017-09-09 20:43:43 -0700
commit2c1d47771d509acb46e84befc0fd809a10655d7c (patch)
tree1da86ecedd342e205e8d1de99e66ad6849936d08
parent5610444b3d784176d4522eb4f236bb013e7b7d11 (diff)
-rw-r--r--editor/content/styles/editor.css2
-rw-r--r--npm-debug.log20
2 files changed, 22 insertions, 0 deletions
diff --git a/editor/content/styles/editor.css b/editor/content/styles/editor.css
index 23966a6..4d27393 100644
--- a/editor/content/styles/editor.css
+++ b/editor/content/styles/editor.css
@@ -27,9 +27,11 @@ button {
main {
display: flex;
justify-content: space-around;
+ height: 100vh;
}
.CodeMirror.cm-s-default {
width: 48%;
+ height: 100vh;
}
#terminal {
width: 48%;
diff --git a/npm-debug.log b/npm-debug.log
new file mode 100644
index 0000000..4604b68
--- /dev/null
+++ b/npm-debug.log
@@ -0,0 +1,20 @@
+0 info it worked if it ends with ok
+1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ]
+2 info using npm@3.5.2
+3 info using node@v4.7.2
+4 verbose stack Error: ENOENT: no such file or directory, open '/home/matthew/asm-yaepl/package.json'
+4 verbose stack at Error (native)
+5 verbose cwd /home/matthew/asm-yaepl
+6 error Linux 4.10.0-28-generic
+7 error argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
+8 error node v4.7.2
+9 error npm v3.5.2
+10 error path /home/matthew/asm-yaepl/package.json
+11 error code ENOENT
+12 error errno -2
+13 error syscall open
+14 error enoent ENOENT: no such file or directory, open '/home/matthew/asm-yaepl/package.json'
+15 error enoent ENOENT: no such file or directory, open '/home/matthew/asm-yaepl/package.json'
+15 error enoent This is most likely not a problem with npm itself
+15 error enoent and is related to npm not being able to find a file.
+16 verbose exit [ -2, true ]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback