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

npm run start locks up with 402 error #84

Open
johnthad opened this issue Oct 4, 2019 · 0 comments
Open

npm run start locks up with 402 error #84

johnthad opened this issue Oct 4, 2019 · 0 comments

Comments

@johnthad
Copy link

johnthad commented Oct 4, 2019

After cloning and running npm install, I run npm run start. The seems to build, but then stops with the message:

rollup v1.23.0
bundles /Users/thad/polymer/weightless/src/demo/main.ts → dist...
[!] (plugin Typescript) TS2322: Type 'null' is not assignable to type 'string'.
src/lib/behavior/overlay/overlay-behavior.ts (402:5)

402  			$container.style.overflow = null;
     			~~~~~~~~~~~~~~~~~~~~~~~~~

and I have to Ctrl-C to get out. I have TypeScript 3.6.3 installed on macOS with Node.js 12.11.1. What more info do you need?

BTW, npm-check-updates errors with unknown option '-a'

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