Skip to content

Instantly share code, notes, and snippets.

@cyberglot
Created January 26, 2025 23:40
Show Gist options
  • Save cyberglot/dbbaa716fc12c339f1c2c8b82f23299c to your computer and use it in GitHub Desktop.
Save cyberglot/dbbaa716fc12c339f1c2c8b82f23299c to your computer and use it in GitHub Desktop.
wasp Ξ» wasp new mind-palace
🐝 --- Creating your project from the "basic" template... -------------------------
Created new Wasp app in ./mind-palace directory!
To run your new app, do:
cd mind-palace
wasp start
wasp Ξ» cd mind-palace
mind-palace Ξ» wasp start
🐝 --- Starting compilation and setup phase. Hold tight... ------------------------
🐝 --- Compiling wasp project... --------------------------------------------------
[ Wasp ] Starting npm install
[ Wasp ] Still installing npm dependencies!
[ Wasp ] Installation going great - we'll get there soon!
[ Wasp !] npm error code EEXIST
[ Wasp !] npm error syscall rename
[ Wasp !] npm error path /Users/cyberglot/.npm/_cacache/tmp/c975012e
[ Wasp !] npm error dest /Users/cyberglot/.npm/_cacache/content-v2/sha512/e1/66/d71622b4379b1efce3659ec63719721f9c117ac43efad2ee3ff4352135c27556439c07a0dd03f6fb3ed66020a2dc395c58e0a35a09036a4650eef7e023a1
[ Wasp !] npm error errno EEXIST
[ Wasp !] npm error Invalid response body while trying to fetch https://registry.npmjs.org/msw: EACCES: permission denied, rename '/Users/cyberglot/.npm/_cacache/tmp/c975012e' -> '/Users/cyberglot/.npm/_cacache/content-v2/sha512/e1/66/d71622b4379b1efce3659ec63719721f9c117ac43efad2ee3ff4352135c27556439c07a0dd03f6fb3ed66020a2dc395c58e0a35a09036a4650eef7e023a1'
[ Wasp !] npm error File exists: /Users/cyberglot/.npm/_cacache/content-v2/sha512/e1/66/d71622b4379b1efce3659ec63719721f9c117ac43efad2ee3ff4352135c27556439c07a0dd03f6fb3ed66020a2dc395c58e0a35a09036a4650eef7e023a1
[ Wasp !] npm error Remove the existing file and try again, or run npm
[ Wasp !] npm error with --force to overwrite files recklessly.
[ Wasp !] npm error A complete log of this run can be found in: /Users/cyberglot/.npm/_logs/2025-01-26T23_37_42_953Z-debug-0.log
❌ --- [Error] Your wasp project failed to compile: -------------------------------
- npm install failed: Project setup failed with exit code 1.
❌ --- [Error] Compilation of wasp project failed: --------------------------------
1 errors found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment