operate-first / operate-first.github.io-old

GNU General Public License v3.0
18 stars 42 forks source link

Error while trying to build locally #227

Closed aakankshaduggal closed 3 years ago

aakankshaduggal commented 3 years ago

When we try to build locally, using make dev got this error

image

tumido commented 3 years ago

/kind bug

tumido commented 3 years ago

Hey @aakankshaduggal ! I can't reproduce this locally, this seems to be related to your local setup.

Let try doing this:

  1. Please checkout to the latest master
  2. Delete .cache and public folders
  3. Do npm install to get all the dependencies which may have changed over time installed from package-lock.json
  4. Run make dev again

If the problem occurs again, please post a full log in here.

You can verify the file was properly pulled from git by checking on .cache/gatsby-source-git/data-science/ceph-drive-failure/notebooks/experimental/multivariate_forecast_smart_metrics.ipynb file. :slightly_smiling_face:

Let me know if it worked or not. :+1:

aakankshaduggal commented 3 years ago

Thank you @tumido. This resolved the issue. :+1: