Skip to content

Instantly share code, notes, and snippets.

@dancgray
Created October 7, 2015 15:18
Show Gist options
  • Save dancgray/4084121ae113f4cff872 to your computer and use it in GitHub Desktop.
Save dancgray/4084121ae113f4cff872 to your computer and use it in GitHub Desktop.
>> Local Npm module "grunt-casperjs" not found. Is it installed?
Running "build:dev" (build) task
Running "requirePlugins" task
Running "merge-json:en" (merge-json) task
File "routes/lang/en.json" created.
Running "copy:main" (copy) task
Copied 42 files
Running "less:dist" (less) task
File frontend/src/adaptbuilder/css/adapt.css created.
Running "handlebars:compile" (handlebars) task
File frontend/src/templates/templates.js created.
Running "requirejs:dev" (requirejs) task
Error: ENOENT, no such file or directory '/source/adapt/adapt_authoring/frontend/src/core/notify/plugins/toastr/index.js'
In module tree:
core/app/app
coreJS/notify/notify
{ [Error: Error: ENOENT, no such file or directory '/source/adapt/adapt_authoring/frontend/src/core/notify/plugins/toastr/index.js'
In module tree:
core/app/app
coreJS/notify/notify
at Error (native)
]
originalError:
{ [Error: ENOENT, no such file or directory '/source/adapt/adapt_authoring/frontend/src/core/notify/plugins/toastr/index.js']
errno: -2,
code: 'ENOENT',
path: '/source/adapt/adapt_authoring/frontend/src/core/notify/plugins/toastr/index.js',
syscall: 'open',
fileName: '/source/adapt/adapt_authoring/frontend/src/core/notify/plugins/toastr/index.js',
moduleTree: [ 'coreJS/notify/notify', 'core/app/app' ] } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment