Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 765db35

Browse files
committed
browser: from readme, point to wiki for npm/node tips
1 parent b618817 commit 765db35

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

browser/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,9 @@ gulp e2e --middle-tier=java --sauce
156156

157157
This is **almost** the command that will be used by MarkLogic's nigthly regression system. It configures the MarkLogic server, launches the middle tier and executes the test suite against the list of supported browsers. It does not yet write to files and thus is not consumable by the test harness.
158158

159-
## npm install Errors
159+
## Node.js/npm Tips and Troubleshooting
160160

161-
If `npm install` has errors, the first thing to try is to simply re-run it. There are known issues with npm which may require one re-run. If the second run also fails, you may have a version of npm which was not reliable. Try updating npm before rerunning the above install commands.
162-
163-
> ```
164-
> from-anywhere> npm update -g npm
165-
> ```
161+
Please see [Node.js and npm Tips for Samplestack Development](https://github.com/marklogic/marklogic-samplestack/wiki/Node.js-and-npm-Tips-for-Samplestack-Development).
166162

167163
## Temporary OSX Workaround for Watch Mode
168164

0 commit comments

Comments
 (0)