Created
January 26, 2025 23:40
-
-
Save cyberglot/dbbaa716fc12c339f1c2c8b82f23299c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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