-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Per the README, I cloned this repo and ran yarn install and yarn run start
> yarn install
➤ YN0065: Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry
➤ YN0065: Run yarn config set --home enableTelemetry 0 to disable
➤ YN0000: ┌ Resolution step
➤ YN0002: │ eslint-config-react-app@npm:7.0.0 [0b1d5] doesn't provide @babel/plugin-syntax-flow (pa712e), requested by eslint-plugin-flowtype
➤ YN0002: │ eslint-config-react-app@npm:7.0.0 [0b1d5] doesn't provide @babel/plugin-transform-react-jsx (pee161), requested by eslint-plugin-flowtype
➤ YN0002: │ react-scripts@npm:5.0.0 [73ff8] doesn't provide autoprefixer (pc446f), requested by tailwindcss
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0013: │ yallist@npm:4.0.0 can't be found in the cache and will be fetched from the remote r
➤ YN0013: │ yaml@npm:1.10.2 can't be found in the cache and will be fetched from the remote reg
➤ YN0013: │ yargs-parser@npm:20.2.9 can't be found in the cache and will be fetched from the re
➤ YN0013: │ yargs@npm:16.2.0 can't be found in the cache and will be fetched from the remote re
➤ YN0013: │ yocto-queue@npm:0.1.0 can't be found in the cache and will be fetched from the remo
➤ YN0000: └ Completed in 31s 803ms
➤ YN0000: ┌ Link step
➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental
➤ YN0007: │ core-js@npm:3.21.1 must be built because it never has been before or the last one failed
➤ YN0007: │ core-js-pure@npm:3.21.1 must be built because it never has been before or the last one failed
➤ YN0000: └ Completed in 1s 998ms
➤ YN0000: Done with warnings in 34s 78ms
> yarn run start
[webpack-cli] TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at exports.prepare (/REDACTED_PROJECT_PATH/react-blockly/.yarn/cache/rechoir-npm-0.7.1-0c7e5c1201-2a04aab4e2.zip/node_modules/rechoir/index.js:21:14)
at loadConfigByPath (/REDACTED_PROJECT_PATH/react-blockly/.yarn/__virtual__/webpack-cli-virtual-3b8e68e7b4/0/cache/webpack-cli-npm-4.9.1-1b8a5f360f-2aff0349c1.zip/node_modules/webpack-cli/lib/webpack-cli.js:1690:19)
at /REDACTED_PROJECT_PATH/react-blockly/.yarn/__virtual__/webpack-cli-virtual-3b8e68e7b4/0/cache/webpack-cli-npm-4.9.1-1b8a5f360f-2aff0349c1.zip/node_modules/webpack-cli/lib/webpack-cli.js:1765:11
at Array.map (<anonymous>)
at WebpackCLI.loadConfig (/REDACTED_PROJECT_PATH/react-blockly/.yarn/__virtual__/webpack-cli-virtual-3b8e68e7b4/0/cache/webpack-cli-npm-4.9.1-1b8a5f360f-2aff0349c1.zip/node_modules/webpack-cli/lib/webpack-cli.js:1764:24)
at WebpackCLI.createCompiler (/REDACTED_PROJECT_PATH/react-blockly/.yarn/__virtual__/webpack-cli-virtual-3b8e68e7b4/0/cache/webpack-cli-npm-4.9.1-1b8a5f360f-2aff0349c1.zip/node_modules/webpack-cli/lib/webpack-cli.js:2185:29)
at Command.<anonymous> (/REDACTED_PROJECT_PATH/react-blockly/.yarn/__virtual__/@webpack-cli-serve-virtual-7badbe3cad/0/cache/@webpack-cli-serve-npm-1.6.0-c7b35aa4ef-050a930b63.zip/node_modules/@webpack-cli/serve/lib/index.js:98:40)
at Command.listener [as _actionHandler] (/REDACTED_PROJECT_PATH/react-blockly/.yarn/cache/commander-npm-7.2.0-19178180f8-53501cbeee.zip/node_modules/commander/index.js:922:31)
at Command._parseCommand (/REDACTED_PROJECT_PATH/react-blockly/.yarn/cache/commander-npm-7.2.0-19178180f8-53501cbeee.zip/node_modules/commander/index.js:1503:14)
Perhaps the peer dependency issues in yarn install are my problem, but I can't tell...
Metadata
Metadata
Assignees
Labels
No labels