simplefolio icon indicating copy to clipboard operation
simplefolio copied to clipboard

different npm start error

Open kissimoto opened this issue 4 years ago • 4 comments

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.

no_css

kissimoto avatar Apr 07 '21 16:04 kissimoto

try to run on node.js terminal

npiyush97 avatar Apr 26 '21 12:04 npiyush97

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.

AkshayDaundkar avatar May 09 '21 06:05 AkshayDaundkar

@kissimoto Hi!

Does the solution from @AkshayDaundkar works for you? could it solve the issue?

Let me know, so I can close this ticket 👍

cobiwave avatar Jun 27 '21 01:06 cobiwave

same problem

j-t-z avatar Jan 11 '22 14:01 j-t-z