cobiwave/simplefolio

No Bundle Entries Found

Open

#141 geöffnet am 23. Nov. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)HTML (4.568 Forks)batch import
bughelp wantedpending

Repository-Metriken

Stars
 (11.695 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello, I'm running into issues installing the dependencies. I ran the command $ npm install --unsafe-perm=true --allow-root

also ran: $ npm install -g webpack $ npm install --unsafe-perm=true --allow-root --legacy-peer-deps

kept getting issues installing dependencies, and ran $ npm audit fix $ npm audit fix --force

when I ran $ npm start

this is what resulted:

× No entries found. at Bundler.bundle (C:\Users\gregv\OneDrive\Desktop\ZtM\simplefolio\node_modules\parcel\src\Bundler.js:275:17) at async Bundler.serve (C:\Users\gregv\OneDrive\Desktop\ZtM\simplefolio\node_modules\parcel\src\Bundler.js:842:7) at async Command.bundle (C:\Users\gregv\OneDrive\Desktop\ZtM\simplefolio\node_modules\parcel\src\cli.js:241:20)

I have no idea what to do. Can anyone please help and guide me in the right direction?

Contributor Guide