google / google/material-design-lite
After forking & cloning the google / material-design-lite, I cannot get the local project to work
Open
- Dominant language
- HTML
- Stars
- 32.2k
- Forks
- 4.9k
- PR merge metrics
- No merged PRs in 30d
Description
I would like to contribute by creating a dark mode for **mdl lite**
After forking & cloning the `google / material-design-lite`, I then use:
`npm install`
I then install:
```
npm install -g gulp-cli
npm install -g babel-register
```
But, when I go:
`gulp serve`
I get:
```
Requiring external module babel-register
ReferenceError: primordials is not defined
```
I am using Windows 10...
Contributor guide
Assessment
This issue has not been assessed yet.