Cant start plutus playground client in nix shell

I’ve been following the plutus pioneer program videos… i got stuck on video 5. I cant start the plutus playground client… Im wondering if anyone else has had these issues? The are the errors i got after entering npm start in nix shell:
My playground client wont start, i get some errors after i run ‘npm start’ … i updated npm and same… does someone know how i can fix this? Thanks!
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! plutus-playground-client@1.0.0 start: plutus-playground-generate-purs && npm install && npm run install:spago && npm run build:webpack:dev
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the plutus-playground-client@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

so i managed to get past this bit by reinstalling npm and upgrading… but then now it coming up with this error:
plutus-playground-server: user error (Error evaluating simulation: InterpreterError (CompilationErrors [CompilationError {filename = “\n/private/tmp/web-ghc-work-77f83c3f9e81c792/Main.hs”, row = 2, column = 1, text = [" error:"," Could not find module \8216Playground.Contract\8217"," Use -v (or :set -v in ghci) to see a list of the files searched for."," |",“2 | import Playground.Contract”," | ^^^^^^^^^^^^^^^^^^^^^^^^^^"]},CompilationError {filename = “/private/tmp/web-ghc-work-77f83c3f9e81c792/Main.hs”, row = 3, column = 1, text = [" error:"," Could not find module \8216Plutus.Contract\8217"," Use -v (or :set -v in ghci) to see a list of the files searched for."," |",“3 | import Plutus.Contract”," | ^^^^^^^^^^^^^^^^^^^^^^"]},CompilationError {filename = “/private/tmp/web-ghc-work-77f83c3f9e81c792/Main.hs”, row = 4, column = 1, text = [" error:"," Could not find module \8216PlutusTx.Prelude\8217"," Use -v (or :set -v in ghci) to see a list of the files searched for."," |",“4 | import PlutusTx.Prelude”," | ^^^^^^^^^^^^^^^^^^^^^^^"]}]))

1 Like