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
{{ message }}
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.
Hi, this is my first time using Jam.js, I tried installing bootstrap via jam install bootstrap,
when I try to compile it I receive this error
jam compile -i bootstrap public/jam/require.js
compiling public/jam/require.js
include bootstrap
Error: Error: ENOENT, no such file or directory '/public/jam/bootstrap/main.js'
at Object.fs.openSync (fs.js:427:18)
at /usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:22384:23
at /usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:2683:39
at /usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:2623:25
at Function.prim.nextTick (/usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:22217:9)
at Object.p.errback (/usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:2622:26)
at Object.p.callback (/usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:2608:23)
at Object.p.promise.then (/usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:2662:23)
at build (/usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:22342:12)
at runBuild (/usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:23843:17)
at Object.context.execCb (/usr/local/lib/node_modules/jamjs/node_modules/requirejs/bin/r.js:1729:33)
I also tried jam install bootstrap-modal where I found from jam search,
but I am unable to use it and receive error as below
TypeError: 'undefined' is not an object (evaluating 'this.options.remote')
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, this is my first time using Jam.js, I tried installing bootstrap via jam install bootstrap,
when I try to compile it I receive this error
I also tried jam install bootstrap-modal where I found from jam search,
but I am unable to use it and receive error as below
The text was updated successfully, but these errors were encountered: