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 Jan 11, 2023. It is now read-only.
degit sveltejs/sapper-template my-app
cd my-app
ncu -au
yarn
npm run dev
Then edit routes/index.html
Error: The index.html and index.html___jb_tmp___ routes clash
at /home/user/my-app/node_modules/sapper/dist/core.ts.js:204:15
at Array.sort (native)
at Object.create_routes (/home/user/my-app/node_modules/sapper/dist/core.ts.js:172:10)
at FSWatcher.<anonymous> (/home/user/my-app/node_modules/sapper/dist/dev.ts.js:164:51)
at FSWatcher.emit (events.js:180:13)
at FSWatcher.<anonymous> (/home/user/my-app/node_modules/chokidar/index.js:199:15)
at FSWatcher._emit (/home/user/my-app/node_modules/chokidar/index.js:241:5)
at FSWatcher.NodeFsHandler._handleFile (/home/user/my-app/node_modules/chokidar/lib/nodefs-handler.js:276:10)
at FSWatcher.<anonymous> (/home/user/my-app/node_modules/chokidar/lib/nodefs-handler.js:474:21)
at FSReqWrap.oncomplete (fs.js:171:5)
As you can see above, I ran npm-check-updates.
Here is my package.json:
Run:
Then edit
routes/index.html
As you can see above, I ran
npm-check-updates
.Here is my
package.json
:The text was updated successfully, but these errors were encountered: