Skip to content
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

Open
amartinwest opened this issue Apr 20, 2017 · 3 comments
Open

db:init fails #52

amartinwest opened this issue Apr 20, 2017 · 3 comments

Comments

@amartinwest
Copy link

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

[email protected] db:init /home/martin/Dev/buzzbot-master
npm run babel-node -- ./db/init.js

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

@amartinwest
Copy link
Author

amartinwest commented Apr 20, 2017

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

@amandabee
Copy link
Member

Thanks for the report. Unfortunately, this project is no longer actively maintained.

@amartinwest
Copy link
Author

amartinwest commented May 16, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants