The open source framework for rapid business application development with Node.js
allcountjs run
. When I link to it in my existing app however, the demo-crm app always pops up. Am I missing something? I have scoured the docs.
I was able to fix the date problem by replacing the file datetimepicker.js at ./node_modules/allcountjs/public/assets/lib/js/eonasdan-bootstrap-datetimepicker/
with a latter one from github. I used Version of 4.17.42 the datetimepicker.js
https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/src/js/bootstrap-datetimepicker.js
Hello Folks,
I'm new and have some questions.
Let's say we want to create a consumer-friendly, portable HTML5/JavaScript- app, following the code once paradigm.
Requirements:
Deployment-Paths:
Nice to have, but probably not so easy:
VueJs instead of AngularJs (performance, lightweight etc.)
I could imagine therefor it would be necessary to limit the port conversations to a minimum (REST only).
And for example a file based DB like Sqlite.
Did someone already realized such a project with AllcountJS?
How would this config looks like?
https://allcountjs.com/docs/server
Thank you very much.
need help when i run allcountjs run, it throws error #newtoJavascript Pease help
{ Error: Cannot find module '../build/Release/bson'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/bson/ext/index.js:15:10)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3) code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
events.js:160
throw er; // Unhandled 'error' event
^
Error: failed to connect to [localhost:27017]
at .<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/mongodb/lib/mongodb/connection/server.js:556:25)
at emitThree (events.js:116:13)
at emit (events.js:194:7)
at .<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:156:15)
at emitTwo (events.js:106:13)
at emit (events.js:191:7)
at Socket.<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/mongodb/lib/mongodb/connection/connection.js:534:10)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at emitErrorNT (net.js:1276:8)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)
Users-MacBook-Pro:XXXX User$ allcountjs run
Using db url: mongodb://localhost:27017/XXXX
{ Error: Cannot find module '../build/Release/bson'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/bson/ext/index.js:15:10)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3) code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
events.js:160
throw er; // Unhandled 'error' event
^
Error: failed to connect to [localhost:27017]
at .<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/mongodb/lib/mongodb/connection/server.js:556:25)
at emitThree (events.js:116:13)
at emit (events.js:194:7)
at .<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:156:15)
at emitTwo (events.js:106:13)
at emit (events.js:191:7)
at Socket.<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/mongodb/lib/mongodb/connection/connection.js:534:10)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at emitErrorNT (net.js:1276:8)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)
Users-MacBook-Pro:XXXX User$ allcountjs run
Using db url: mongodb://localhost:27017/XXXX
{ Error: Cannot find module '../build/Release/bson'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/node_modules/bson/ext/index.js:15:10)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3) code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
events.js:160
throw er; // Unhandled 'error' event
^
Error: failed to connect to [localhost:27017]
at .<anonymous> /Users/xxx/Desktop/xxxx/xxxx/xxx/nod
I have a problem with the installation of the framework AllcountJS.
everything is standard: https://allcountjs.com/docs/getting-started
But when you start, everything stops on
MacBook-Pro:vdgcrm vdg$ allcountjs run
Using db url: mongodb://localhost:27017/vdgcrm
{ Error: Cannot find module '../build/Release/bson'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/vdg/vdgcrm/node_modules/bson/ext/index.js:15:10)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3) code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
Failed to fetch "app-config". Trying to use as regular directory.
Please help to solve this problem, since it is very necessary for my studies in univeritete