browserify
Here are 513 public repositories matching this topic...
-
Updated
Apr 12, 2019 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Oct 21, 2019 - JavaScript
Using the exact syntax of Basic example I get the error when trying to embed this as a React component in a page:
../node_modules/react-pivot/index.jsx
Module parse failed: Unexpected token (120:6)
You may need an appropriate loader to handle this file type.
|
| var html = (
| <div className='reactPivot'>
|
| { this.props.hideDimensionFilter ? '' :
My call is
Continuing from #43.
LiveReactLoads need an example for react-router (and perhaps also an example where both react-router and redux are being used). I'm gonna use @tukkajukka's excellent example project as a template (if it's ok?).
The example will be a part of the upcoming 2.3.0 release (please see #118).
-
Updated
Nov 5, 2019
-
Updated
May 25, 2020 - JavaScript
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
May 17, 2020 - Ruby
-
Updated
Aug 30, 2016 - JavaScript
Issue description or question
The coverage markers usually remain green for the lines that contain the test declaration in Jest. This is usually not a problem until those tests are collapsed (folded). When the tests are folded, then it becomes more difficult to tell that the tests did not run just by scanning the coverage markers.
For example:
![image](https://user-images.githubuserc
-
Updated
May 11, 2020 - JavaScript
I have the following problem. I'm using two npm packages that use css defined on their package.json files. The first one, tachyons, defines in the main and style section a path to the css. The second one, leaflet, define a js file in his main section and a css file in his style section. When I use them with sheetif
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 11, 2020 - JavaScript
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Nov 2, 2019 - JavaScript
-
Updated
Jan 1, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Mar 21, 2020 - JavaScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
Jan 19, 2020 - JavaScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
Improve this page
Add a description, image, and links to the browserify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browserify topic, visit your repo's landing page and select "manage topics."
The change I propose to make is to the line saying to
npm install bitcoinjs-libwhich generated errors for me. I resolved these errors bynpm install -g node-gypand reading through GYP docs, which explained that I needed tonpm install --global --production windows-build-toolsas well.I would simply add a line after the instruction to
npm install bitcoinjs-libthat says "This may req