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

abcweb deps should run npm install (to avoid dependency errors on fresh machines) #23

Open
nullbio opened this issue Nov 2, 2017 · 0 comments

Comments

@nullbio
Copy link
Member

nullbio commented Nov 2, 2017

It's not clear in the documentation that if you fork a project that was generated by abcweb and you've never generated an abcweb project before (run the abcweb new command which runs npm install) that you will need to manually run npm install in the root of the generated app to install the deps defined in package.json

This should probably be run every time abcweb deps is run, since that is usually the first point of call to get your deps up to date on a fresh system. It should check if the package.json file exists before running it.

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

1 participant