Skip to content

Instantly share code, notes, and snippets.

@unsalted
Last active May 11, 2017 21:58
Show Gist options
  • Save unsalted/7c3ba84b5be757dd0fc332803c9f70a2 to your computer and use it in GitHub Desktop.
Save unsalted/7c3ba84b5be757dd0fc332803c9f70a2 to your computer and use it in GitHub Desktop.
Can't get noble to load using aurelia cli
{
"name": "printed-electron",
"type": "project:application",
"platform": {
"id": "web",
"displayName": "Web",
"output": "scripts",
"index": "index.html",
"baseDir": "."
},
"transpiler": {
"id": "babel",
"displayName": "Babel",
"fileExtension": ".js",
"options": {
"plugins": [
"transform-es2015-modules-amd"
]
},
"source": "src/**/*.js"
},
"markupProcessor": {
"id": "none",
"displayName": "None",
"fileExtension": ".html",
"source": "src/**/*.html"
},
"cssProcessor": {
"id": "stylus",
"displayName": "Stylus",
"fileExtension": ".styl",
"source": "src/**/*.styl"
},
"editor": {
"id": "vscode",
"displayName": "Visual Studio Code"
},
"unitTestRunner": {
"id": "none",
"displayName": "None"
},
"paths": {
"root": "src",
"resources": "resources",
"elements": "resources/elements",
"attributes": "resources/attributes",
"valueConverters": "resources/value-converters",
"bindingBehaviors": "resources/binding-behaviors"
},
"build": {
"targets": [
{
"id": "web",
"displayName": "Web",
"output": "scripts",
"index": "index.html",
"baseDir": "."
}
],
"loader": {
"type": "require",
"configTarget": "vendor-bundle.js",
"includeBundleMetadataInConfig": "auto",
"plugins": [
{
"name": "text",
"extensions": [
".html",
".css"
],
"stub": true
}
]
},
"options": {
"minify": "stage & prod",
"sourcemaps": "dev & stage"
},
"bundles": [
{
"name": "app-bundle.js",
"source": [
"[**/*.js]",
"**/*.{css,html}"
]
},
{
"name": "vendor-bundle.js",
"prepend": [
"node_modules/bluebird/js/browser/bluebird.core.js",
"node_modules/aurelia-cli/lib/resources/scripts/configure-bluebird.js",
"node_modules/requirejs/require.js"
],
"dependencies": [
"aurelia-binding",
"aurelia-bootstrapper",
"aurelia-dependency-injection",
"aurelia-event-aggregator",
"aurelia-framework",
"aurelia-history",
"aurelia-history-browser",
"aurelia-loader",
"aurelia-loader-default",
"aurelia-logging",
"aurelia-logging-console",
"aurelia-metadata",
"aurelia-pal",
"aurelia-pal-browser",
"aurelia-path",
"aurelia-polyfills",
"aurelia-route-recognizer",
"aurelia-router",
"aurelia-task-queue",
"aurelia-templating",
"aurelia-templating-binding",
"async",
{
"name": "text",
"path": "../node_modules/text/text"
},
{
"name": "aurelia-templating-resources",
"path": "../node_modules/aurelia-templating-resources/dist/amd",
"main": "aurelia-templating-resources"
},
{
"name": "aurelia-templating-router",
"path": "../node_modules/aurelia-templating-router/dist/amd",
"main": "aurelia-templating-router"
},
{
"name": "aurelia-testing",
"path": "../node_modules/aurelia-testing/dist/amd",
"main": "aurelia-testing",
"env": "dev"
},
{
"name": "noble",
"path": "../node_modules/noble/lib/noble"
}
]
}
]
}
}
Tracing noble...
File not found or not accessible: /Users/meehan/Code/printed-electron/src/debug.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/events.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/util.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/peripheral.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/service.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/characteristic.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/descriptor.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/debug.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/events.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/util.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/peripheral.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/service.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/characteristic.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
File not found or not accessible: /Users/meehan/Code/printed-electron/src/descriptor.js. Requested by /Users/meehan/Code/printed-electron/node_modules/noble/lib/noble.js
Tracing debug...
Tracing events...
Tracing util...
Tracing peripheral...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment