npx create-plasmic-app error

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets, and reproduction steps)

Following Asim’s tutorial and trying to create plasmic-app and get the following error.

Unexpected error: 
Error: Command failed with exit code 1: npx create-next-app@latest /Users/user/Library/Mobile Documents/com~apple~CloudDocs/coding/Workspace/plasmic-chat-app --ts --no-app --eslint --no-src-dir --import-alias "@/*" --no-tailwind
    at makeError (/Users/user/.npm/_npx/69a84a1d81a98ae0/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/Users/user/.npm/_npx/69a84a1d81a98ae0/node_modules/execa/index.js:118:26)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  shortMessage: 'Command failed with exit code 1: npx create-next-app@latest /Users/user/Library/Mobile Documents/com~apple~CloudDocs/coding/Workspace/plasmic-chat-app --ts --no-app --eslint --no-src-dir --import-alias "@/*" --no-tailwind',
  command: 'npx create-next-app@latest /Users/user/Library/Mobile Documents/com~apple~CloudDocs/coding/Workspace/plasmic-chat-app --ts --no-app --eslint --no-src-dir --import-alias "@/*" --no-tailwind',
  escapedCommand: 'npx "create-next-app@latest" "/Users/user/Library/Mobile" "Documents/com~apple~CloudDocs/coding/Workspace/plasmic-chat-app" --ts --no-app --eslint --no-src-dir --import-alias "\\"@/*\\"" --no-tailwind',
  exitCode: 1,

What have you tried so far? (please link relevant docs and other forum posts)

I haven’t tried a solution yet. Will update as I try to solve it.

Relevant links:

More on the error

npx create-next-app@latest /Users/userLibrary/Mobile Documents/com~apple~CloudDocs/coding/Workspace/plasmic-chat-app --ts --no-app  --eslint --no-src-dir  --import-alias "@/*" --no-tailwind
Could not create a project called "Mobile" because of npm naming restrictions:
    * name can no longer contain capital letters

Okay, the problem had to do with the last post. Trying to save on my icloud directory caused the issue.

Hopefully this helps someone else.