This repository was archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
ReactQL Starter Kit giving errors with 'npm start' #182
Copy link
Copy link
Open
Description
I followed the instructions in the readme:
wget -qO- https://github.com/leebenson/reactql/archive/4.5.1.tar.gz | tar xvz
cd reactql-4.5.1
npm i
npm start
My Linux bash shell gives me the following errors about 'caniuse-light' being out of date:
� Development mode
� Building development server...
� 「hot」: WebSocket Server Listening on 0.0.0.0:38280
� 「hot」: Applying DefinePlugin:__hotClientOptions__
� 「hot」: webpack: Compiling...
� 「hot」: Applying DefinePlugin:__hotClientOptions__
� 「hot」: webpack: Compiling...
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
� 「hot」: webpack: Compiling Done
� Running on http://0.0.0.0:3000
� 「wdm」: Compiled successfully.
Error: TypeError: initial.siblings.map(...).map(...).concat(...).flat is not a function
at Stats.scripts (/home/rbruscoe/dev/reactql-4.5.1/src/lib/stats.ts:63:8)
at eval (webpack-internal:///./src/entry/server.tsx:102:30)
at process._tickCallback (internal/process/next_tick.js:68:7)
In another terminal window I run:
npm update and then npm update caniuse-lite browserslist
When I launch localhost:3000 in the browser, I'm getting the message: "There was an error. Please try again later."
Node version: v10.19.0
npm version: 6.13.7
I also tried to update all the NPM packages inside the package.json to the latest versions using an NPM update tool. This did not helped and caused a lot more errors.
Expected behavior: Download the latest version of ReactQL, run 'npm i' and then 'npm start' and launch and run the ReactQL starter kit app.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels