-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
db:init fails #52
Comments
I guess babel node has been removed from my installation due to this http://stackoverflow.com/questions/30773756/is-it-okay-to-use-babel-node-in-production |
Thanks for the report. Unfortunately, this project is no longer actively maintained. |
Thank you for the reply. I kinda figured that since the code hasnt been updated for a while.
regards Martin West
skype:amartinwest
mob:07525424513
… On 16 May 2017, at 21:50, Amanda Hickman ***@***.***> wrote:
Thanks for the report. Unfortunately, this project is no longer actively maintained.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#52 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGTrTGYCIGGmj0nmxn9La0zVXrqsfSaAks5r6gwXgaJpZM4NDREA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as follows
npm --verbose run db:init
npm info it worked if it ends with ok
npm verb cli [ '/usr/bin/nodejs',
npm verb cli '/usr/bin/npm',
npm verb cli '--verbose',
npm verb cli 'run',
npm verb cli 'db:init' ]
npm info using [email protected]
npm info using [email protected]
npm verb run-script [ 'predb:init', 'db:init', 'postdb:init' ]
npm info predb:init [email protected]
npm info db:init [email protected]
npm verb unsafe-perm in lifecycle true
npm info it worked if it ends with ok
npm verb cli [ '/usr/bin/nodejs',
npm verb cli '/usr/bin/npm',
npm verb cli 'run',
npm verb cli 'babel-node',
npm verb cli '--',
npm verb cli './db/init.js' ]
npm info using [email protected]
npm info using [email protected]
npm ERR! Error: ENOENT, open '/home/martin/Dev/buzzbot-master/node_modules/babel-node/package.json'
running on Mint Linux
The text was updated successfully, but these errors were encountered: