brewlala
brewlala copied to clipboard
Unexpected Identifier
How can this bug be reproduced?
Clone repository Config your local URL Run the scrape Add a front page with front template Config front as your home page. Run gulp
What did you expect to happen?
Install gulp dependences
What happened instead?
The following message is shown
Exiting process, no config file exists.
I renamed gulp.babel.js to gulp.js
then I received the following error:
import plugins from 'gulp-load-plugins'; ^^^^^^^
SyntaxError: Unexpected identifier at Module._compile (internal/modules/cjs/loader.js:723:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:692:17) at require (internal/modules/cjs/helpers.js:25:18)
Note, the scrape went ok, I have the entries on my local DB
Please List the Following: OSX Catalina
- Node version (node -v) [Node v6+ is required] : 10.20.1
- FoundationPress version (see line 3 in package.json):
- Foundation version (found in
node_modules/foundation-sites/package.json
) : 2.10.6