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
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
While following the docs on a totally clean system (only npm installed, no global modules), I ran into some errors when running 'npm run build'.
First I got the error
: no such file or directory
which was caused by not having gulp-cli installed
Second, it reported a missing 'webcomponents-lite.min.js', because I hadn't run 'bower install'.
So npm install gulp-cli && bower install seem necessary with the current version. Can you update the readme to add the missing steps?
Thanks,
Bart
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While following the docs on a totally clean system (only npm installed, no global modules), I ran into some errors when running 'npm run build'.
First I got the error
: no such file or directory
which was caused by not having gulp-cli installed
Second, it reported a missing 'webcomponents-lite.min.js', because I hadn't run 'bower install'.
So
npm install gulp-cli && bower install
seem necessary with the current version. Can you update the readme to add the missing steps?Thanks,
Bart
The text was updated successfully, but these errors were encountered: