Mup Setup and Deploy fail => Errors prevented startup

Hi all!

After finaly succeed to install Meteor, i’m now a bit stuck on this point. Could anyone give a hint where to look?

=> Errors prevented startup:
While building for web.browser:
deploy/mup.js:146:2: /home/tinystats/firstApp/deploy/mup.js: Unexpected
token (146:2)
144 |
aria-expanded=“false”
145 |

146 |
| ^
147 |
148 |
149 | <input
type=“text”
While building for web.browser.legacy:
deploy/mup.js:146:2: /home/tinystats/firstApp/deploy/mup.js: Unexpected
token (146:2)
144 |
aria-expanded=“false”
145 |
146 |
| ^
147 |
148 |
149 | <input
type=“text”
While building for os.linux.x86_64:
deploy/mup.js:146:2: /home/tinystats/firstApp/deploy/mup.js: Unexpected
token (146:2)
144 |
aria-expanded=“false”
145 |
146 |

| ^
147 |
148 |
149 | <input
type=“text”
=> Your application has errors. Waiting for file change.

Rename your deploy folder to .deploy, as it is now being included in your app as if it was part of your source code, which it is not.

Directories starting with a dot are not included in the bundle.