Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dev-dependencies into the new created project #14

Open
blixit opened this issue Jul 26, 2018 · 0 comments
Open

Missing dev-dependencies into the new created project #14

blixit opened this issue Jul 26, 2018 · 0 comments

Comments

@blixit
Copy link

blixit commented Jul 26, 2018

Following the npm readme leads me to notice that some dev-dependencies are not listed in the package.json file.
Considering adding them will avoid to get many successive errors when trying to build the library.
Here is the list of packages I personaly installed to make the command npm run build:lib work :
"del": "^3.0.0",
"fs": "0.0.1-security",
"fs-extra": "^7.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.2.1",
"path": "^0.12.7",
"rimraf": "^2.6.2",
"rollup": "^0.54.0",
"run-sequence": "^2.2.1",
"sorcery": "^0.10.0",
"sync-json": "^1.0.2",
"through2": "^2.0.3",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant