You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
16 | import type { Config } from '../../Config'
| ^
17 |
18 | export class FilesAdapter {
`
and
npm ERR! Failed at the [email protected] build script 'babel src/ -d lib/ --copy-files'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the parse-server package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! babel src/ -d lib/ --copy-files
Environment Setup
Server
parse-server version (Be specific! Don't say 'latest'.) : 2.7.0
Operating System: Mac 10.13.1
Hardware: Intel
Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): localhost
Database
MongoDB version: mlab
Storage engine: /
Hardware: /
Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): /
Logs/Trace
see Actual Outcome
The text was updated successfully, but these errors were encountered:
Issue Description
Installation fails during babel process. I'm using node 6.11.4 as described with npm 3.10.10.
Steps to reproduce
Expected Results
Installation without issues.
Actual Outcome
`
SyntaxError: src/Adapters/Files/FilesAdapter.js: Unexpected token (16:12)
14 | // database adapter.
15 |
and
npm ERR! Failed at the [email protected] build script 'babel src/ -d lib/ --copy-files'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the parse-server package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! babel src/ -d lib/ --copy-files
Environment Setup
Server
Database
Logs/Trace
see Actual Outcome
The text was updated successfully, but these errors were encountered: