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
Before running 'node stock-ws.js' user needs to run 'npm install' otherwise user will see 'Cannot find module loopback' error. Need to add this step in readme.
3)Also add a step to run 'npm install loopback-explorer' before running 'node weather-rest.js' Otherwise user will see 'raiseUrlNotFoundError' when they invoke the explorer. Missing 'loopback-explorer` dependency in package.json?
The text was updated successfully, but these errors were encountered:
Here are the steps that are missing in order to run this sample successfully.
3)Also add a step to run 'npm install loopback-explorer' before running 'node weather-rest.js' Otherwise user will see 'raiseUrlNotFoundError' when they invoke the explorer. Missing 'loopback-explorer` dependency in package.json?
The text was updated successfully, but these errors were encountered: