Gozala / Gozala/interactivate-wisp

Cannot rebuild with current Codemirror

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

For some reason, after doing an `npm install`, trying to build this fails with:

$ make

cat ./src/host.wisp | ./node_modules/wisp/bin/wisp.js > ./host.js
cat ./src/main.wisp | ./node_modules/wisp/bin/wisp.js > ./main.js
node ./node_modules/browserify/bin/cmd.js --debug \
--require wisp/sequence \
--require wisp/string \
--require wisp/reader \
--require wisp/ast \
--require wisp/reader \
--require wisp/compiler \
--require wisp/runtime \
--require wisp/analyzer \
--require wisp/expander \
--require wisp/backend/escodegen/writer \
--exports require \
--entry ./main.js > ./build/main.js
Error: module "codemirror-hashare" not found from "/Users/rcarmo/Development/interactivate-wisp/main.js"
make: *** [bundle] Error 1

trashing `node-modules` and running `npm install` again installs these:

codemirror-persist@0.0.1 node_modules/codemirror-persist

makeitso@0.0.1 node_modules/makeitso
├── watch@0.8.0
└── colors@0.6.2

browserify@2.14.2 node_modules/browserify
├── inherits@1.0.0
├── concat-stream@0.1.1
├── shell-quote@0.0.1
├── duplexer@0.0.4
├── through@2.2.7
├── optimist@0.3.7 (wordwrap@0.0.2)
├── JSONStream@0.4.4 (jsonparse@0.0.5)
├── insert-module-globals@0.2.1 (process@0.5.1, commondir@0.0.1, lexical-scope@0.0.14)
├── umd@1.1.1 (through@2.3.4, rfile@1.0.0, ruglify@1.0.0, uglify-js@2.2.5)
├── browser-pack@0.8.1 (uglify-js@1.3.4, combine-source-map@0.1.3)
├── module-deps@0.8.0 (through@2.3.4, resolve@0.3.1, detective@2.1.2)
├── syntax-error@0.0.1 (esprima@0.9.9)
└── browser-resolve@0.1.1 (console-browserify@0.1.6, zlib-browserify@0.0.1, vm-browserify@0.0.1, crypto-browserify@0.2.1, resolve@0.3.1, buffer-browserify@0.0.5, http-browserify@0.1.11)

interactivate@0.4.0 node_modules/interactivate
├── diffpatcher@1.0.1
└── method@2.0.0

wisp@0.9.0-alpha2 node_modules/wisp
├── base64-encode@1.0.1
└── escodegen@1.0.1-dev (estraverse@1.4.0, source-map@0.1.31, esprima@1.0.4)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.