-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Steps to reproduce:
> git clone https://github.com/fedwiki/wiki.git $SOMEPATH
> cd $SOMEPATH
> docker-compose up -d --build
Expected Result:
Have a container of wiki_web image running.
Actual result:
Container exited. Logs:
> docker logs $CONTAINERID
module.js:478
throw err;
^
Error: Cannot find module 'coffee-script'
at Function.Module._resolveFilename (module.js:476:15)
at Function.Module._load (module.js:424:25)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/src/app/index.js:3:1)
at Module._compile (module.js:577:32)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
Additional information:
I receive the following during the build process:
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels