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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A Google Chrome developer tools extension for use by [Solidus](https://github.co
4
4
5
5
#Build
6
6
* Clone the repo with `git clone https://github.com/solidusjs/devtools-solidus.git devtools-solidus`
7
-
* Run `npm install` to install dependencies
7
+
* Run `npm install` to install dependencies (npm will automatically run a script to install front-end dependencies using bower).
8
8
* (Optional) Chrome will complain about `.pem` files in some of the dependencies, so you can manually delete `node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/test/` to prevent Chrome from warning you when you install the extension.
0 commit comments