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
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.
The text was updated successfully, but these errors were encountered:
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 runsnpm install
) that you will need to manually runnpm install
in the root of the generated app to install the deps defined in package.jsonThis 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.
The text was updated successfully, but these errors were encountered: