-
Notifications
You must be signed in to change notification settings - Fork 26
npm install errors #87
Comments
Does HMR work? When running with npm run start I get the following in my browser console, but nothing happens visually.
|
Hey @erkieh, My recommendation is to start fresh and instead of using npm use yarn. Npm on its own is unpredictable. It's not only possibly, but highly likely that the packages installed on your computer are completely different than mine. This is where Yarn comes in, offering a deterministic approach. When you clone the repo and use yarn to install, it's guaranteed that your packages will look exactly the same as mine. As far as the Hot Module Reloading, I have not noticed any difficulties yet, but I will keep a look out for it. I'm happy to accept PRs if you make any improvements. Lastly, please keep in mind that this repo is still in active development. We have a disclaimer on the top of the readme to show that we don't think this code is ready for a production app yet. Please keep this in mind. |
@RyanCCollins Started clean with yarn. I still get:
I am not sure if it even should work. If I undestand correctly, then the used uglify version does not support es6 destructuring and Template literals. I get the an error in the same place with IE11, since it does not support es6 The HMR thing is strange, since the hot middleware code seems to run and get the updated definiton, but no refresh is done. |
@RyanCCollins It looks like you have the same problem on travis it was introduced with this merge dec19f2, apparently |
Bump, same issue :/ |
same issue |
same problem, looking for alternatives |
Hi
I am having problems doing a clean npm i. The output is:
I got rid of the TS errors by forcing Typescript version 2.2.2 instead of the 2.3.
The SVGProps error seems to be related to the react typings version. Newer versions have the type argument. I have added SVGElement in my version.
The error:
ERROR in main.b216aee430e2edbf77e4.js from UglifyJs
Name expected [main.b216aee430e2edbf77e4.js:42736,8]
seems to come from the second line in the following piece of code:
Tried "fixing" that also, but then I get
From:
The text was updated successfully, but these errors were encountered: