#Error: payload.config

8 messages · Page 1 of 1 (latest)

cedar swallow
#

Hi. Error: Parsing error: 'from' expected.eslint 'from' expected.ts(1005) 'from' expected.

Any ideas?

radiant yoke
#

@cedar swallow I think this error is because your path import is incomplete

#
import path from 'path'
cedar swallow
#

Thanks Chris. New error: ```Run autofix to sort these imports!eslintsimple-import-sort/imports

#

after runnign autofix - " + FullyQualifiedErrorId : CommandNotFoundException"

radiant yoke
#

Your eslint is mandating the imports be sorted in a certain way

#

I think

#

Can we see your eslintrc file