Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
~/work/megadraft (master)$ yarn
yarn install v1.22.0
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.11: The platform "linux" is incompatible with this module.
info "fsevents@1.2.11" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > eslint-watch@5.1.2" has incorrect peer dependency "eslint@>=4 <6.0.0".
warning " > estraverse-fb@1.3.2" has unmet peer dependency "estraverse@*".
warning " > react-tap-event-plugin@3.0.3" has incorrect peer dependency "react@^16.0.0-0 < 16.4.0".
warning " > react-tap-event-plugin@3.0.3" has incorrect peer dependency "react-dom@^16.0.0-0 < 16.4.0".
[4/4] Building fresh packages...
success Saved lockfile.
$ npm run build
npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1583444773599-0.8517865472681676/node but npm is using /home/metal/.nvm/versions/node/v10.16.3/bin/node itself. Use the
--scripts-prepend-node-path
option to include the path for the node binary npm was executed with.npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1583444773599-0.8517865472681676/node but npm is using /home/metal/.nvm/versions/node/v10.16.3/bin/node itself. Use the
--scripts-prepend-node-path
option to include the path for the node binary npm was executed with.Successfully compiled 72 files with Babel.
[18:46:38] Using gulpfile ~/work/megadraft/gulpfile.js
[18:46:38] Starting 'sass'...
Error in plugin "sass"
Message:
src/styles/typography.scss
Error: Base-level rules cannot contain the parent-selector-referencing character '&'.
on line 58 of src/styles/typography.scss
^
[18:46:38] Finished 'sass' after 155 ms
[18:46:39] Using gulpfile ~/work/megadraft/gulpfile.js
[18:46:39] Starting 'sass-copy'...
[18:46:39] Finished 'sass-copy' after 30 ms
Done in 33.91s.