This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node --version | |
v0.11.13 | |
$ cd loopback-example-app | |
$ slc run | |
INFO strong-agent not profiling, StrongOps configuration not found. | |
Generate configuration with: | |
npm install -g strongloop | |
slc strongops | |
See http://docs.strongloop.com/strong-agent for more information. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node --version | |
v0.11.13 | |
$ | |
$ cd loopback-example-app | |
$ node . | |
Using the memory connector. | |
To specify another connector: | |
`DB=oracle node .` or `DB=oracle slc run .` | |
`DB=mongodb node .` or `DB=mongodb slc run .` | |
`DB=mysql node .` or `DB=mysql slc run .` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone https://github.com/strongloop/loopback-example-extendedAPI.git | |
$ cd loopback-example-extendedAPI/ | |
$ cd client | |
$ mkdir js | |
$ lb-ng ../server/server.js client/js/lb-services.js | |
Loading LoopBack app "/Users/rand/StrongLoop/gs/loopback-example-extendedAPI/server/server.js" | |
Generating "lbServices" for the API endpoint "/api" | |
Warning: scope User.accessTokens targets class "AccessToken", which is not exposed | |
via remoting. The Angular code for this scope won't be generated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ strong-studio | |
module.js:340 | |
throw err; | |
^ | |
Error: Cannot find module 'loopback-explorer' | |
at Function.Module._resolveFilename (module.js:338:15) | |
at Function.Module._load (module.js:280:25) | |
at Module.require (module.js:364:17) | |
at require (module.js:380:17) |
NewerOlder