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

If clearLine: true then "process.stdout.clearLine is not a function" #1

Open
bdbvb opened this issue Dec 21, 2016 · 0 comments
Open

Comments

@bdbvb
Copy link

bdbvb commented Dec 21, 2016

Works OK with clearLine: false, but when clearLine: true, I get a bunch of errors, the main one appearing to be "process.stdout.clearLine is not a function".

Using "rollup": "0.37.0", and npm/node as follows:

npm version
{ 'asp.net': '1.0.0',
npm: '3.10.8',
ares: '1.10.1-DEV',
http_parser: '2.7.0',
icu: '57.1',
modules: '48',
node: '6.9.1',
openssl: '1.0.2j',
uv: '1.9.1',
v8: '5.1.281.84',
zlib: '1.2.8' }

davezen1 pushed a commit to US-CBP/cbp-theme that referenced this issue Apr 12, 2018
* refactored styles of on/off switch component

* initial rollup introduction

* using single rollup config

* simpilfied single rollup config so that we can just do `rollup -c`

* refactoring metadata.scss styles out of global

* creating all -inclusive file for browser testing

* added browsersync

* minify css

* added autoprefixing

* custom asset copy

* custom asset using postcss-url

* custom asset using postcss-url with copy filter

* postcss-url with copy filter - final

* postcss npm targets

* adding browser-sync

* removing webpack and fixing source maps

* copying scss back into dist

* updated readme

* added package lock

* updated developer guide

* babel preset env instead of es2015, replacing pjantomjs with phantomjs-prebuild

* inputmask upgrade from jquery.inputMask

* rollup little bit simplification

* adding editorconfig back and fixing possibility that dist/folder may not exist before postcss

* fix inputmask after upgrade

* uglify umd only on production builds

* fixed publish.sh to copy dist for gh-pages deployment

* cbp-header header navigation explicit call to setupCBPHeader

* rollup args using environment vs yargs due to the warning

* inputmasks functions on its separate object on window

* fixing few accessibility but there are still too many to fix - candidate for separate PR

* local files must be imported as relative URLs

* called dev npm script to lint before clean and any of the other stuff as per PR review

* PR review typo in package.json and developer guide upgrade

* as per PR review updated bowsersync option and developer guide

* workaround for travis - rollup clearLine open issue jkuri/rollup-plugin-progress#1

* using pinned version for sourcemap
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