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
Trying to use it with latest Derby 0.6 without success.
Steps :
npm install --save derby-ui-toast
added the @import '../../node_modules/derby-ui-toast/css/style.css' in the styles
added in the view
added app.component(require('derby-ui-toast')); in the source code
But when trying to run Derby, am getting the following error :
Killing 20017
module.js:340
throw err;
^
Error: Cannot find module 'racer'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/rdewolff/Projets/temple/node_modules/derby-ui-toast/lib/index.js:4:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (/home/rdewolff/Projets/temple/node_modules/coffee-script/lib/coffee-script/register.js:4 5:36)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/rdewolff/Projets/temple/src/app/index.js:10:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (/home/rdewolff/Projets/temple/node_modules/coffee-script/lib/coffee-script/register.js:4 5:36)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/rdewolff/Projets/temple/server.js:10:3)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
npm ERR! temple@0.0.0 start: `node server.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the temple@0.0.0 start script.
npm ERR! This is most likely a problem with the temple package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node server.js
npm ERR! You can get their info via:
npm ERR! npm owner ls temple
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.8.0-19-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! cwd /home/rdewolff/Projets/temple
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.24
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/rdewolff/Projets/temple/npm-debug.log
npm ERR! not ok code 0
Could you help please?
The text was updated successfully, but these errors were encountered:
Hi!
Trying to use it with latest Derby 0.6 without success.
Steps :
But when trying to run Derby, am getting the following error :
Could you help please?
The text was updated successfully, but these errors were encountered: