simplefolio
simplefolio copied to clipboard
different npm start error
This is the error message I get. I am not using sublime, but Visual Studio Code.
npm start npm ERR! Missing script: "start" npm ERR! npm ERR! Did you mean one of these? npm ERR! npm star # Mark your favorite packages npm ERR! npm stars # View packages marked as favorites npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run
Yet there is a start script in package.json
The website on my local server looks a little sad too. Not sure why it should look like that.

try to run on node.js terminal
Try delete npm modules folder and the run the command sudo npm install --unsafe-perm=true --allow-root and then start the npm server it will load successfully using VsCode.
@kissimoto Hi!
Does the solution from @AkshayDaundkar works for you? could it solve the issue?
Let me know, so I can close this ticket 👍
same problem